diff --git a/src/wp-includes/post-template.php b/src/wp-includes/post-template.php index 5ceed59165..c162ca1c6d 100644 --- a/src/wp-includes/post-template.php +++ b/src/wp-includes/post-template.php @@ -1532,7 +1532,7 @@ function get_the_password_form( $post = 0 ) { $label = 'pwbox-' . ( empty($post->ID) ? rand() : $post->ID ); $output = '

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

-

+

'; /**