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;