From 48b52b3aa9d3fc68ad5af3ffa98a9d28a2392d2d Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Wed, 2 Mar 2005 17:56:21 +0000 Subject: [PATCH] Hide password on user end - http://mosquito.wordpress.org/view.php?id=1016 git-svn-id: https://develop.svn.wordpress.org/trunk@2402 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 f735430040..d49f3831b4 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;