Index: wp-includes/post-template.php =================================================================== --- wp-includes/post-template.php (révision 18833) +++ wp-includes/post-template.php (copie de travail) @@ -1213,7 +1213,7 @@ function get_the_password_form() { global $post; $label = 'pwbox-'.(empty($post->ID) ? rand() : $post->ID); - $output = '
+ $output = '

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