From 735666f3c0a04801a8c9b460d3fc3237ab8ac741 Mon Sep 17 00:00:00 2001 From: matt 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: http://svn.automattic.com/wordpress/trunk@2402 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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;