diff --git a/wp-includes/post-template.php b/wp-includes/post-template.php index ed00950e4a..0df319f865 100644 --- a/wp-includes/post-template.php +++ b/wp-includes/post-template.php @@ -1215,8 +1215,8 @@ function prepend_attachment($content) { */ function get_the_password_form() { global $post; - $label = 'pwbox-'.(empty($post->ID) ? rand() : $post->ID); - $output = '
+ $label = 'pwbox-' . ( empty($post->ID) ? rand() : $post->ID ); + $output = '

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