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;