diff --git a/wp-includes/post-template.php b/wp-includes/post-template.php index 49fc2a5943..16e946aef1 100644 --- a/wp-includes/post-template.php +++ b/wp-includes/post-template.php @@ -1235,7 +1235,7 @@ function get_the_password_form( $post = 0 ) { $post = get_post( $post ); $label = 'pwbox-' . ( empty($post->ID) ? rand() : $post->ID ); $output = '
-

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

+

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

';