diff --git a/wp-includes/post-template.php b/wp-includes/post-template.php index 5a414eaf5a..b5b8847e90 100644 --- a/wp-includes/post-template.php +++ b/wp-includes/post-template.php @@ -1220,7 +1220,7 @@ function get_the_password_form() { $output = '

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

-
+ '; return apply_filters('the_password_form', $output); }