From 6a0ee8785c28814484ab1354569c508db1803e2d Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Sun, 15 Jan 2006 22:04:21 +0000 Subject: [PATCH] i18n fix from pandem. fixes #2292 git-svn-id: https://develop.svn.wordpress.org/trunk@3438 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/template-functions-post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/template-functions-post.php b/wp-includes/template-functions-post.php index 65e0b4849c..673abcd014 100644 --- a/wp-includes/template-functions-post.php +++ b/wp-includes/template-functions-post.php @@ -3,7 +3,7 @@ function get_the_password_form() { $output = '

' . __("This post is password protected. To view it please enter your password below:") . '

-

+

'; return $output;