From 8a9d0e34999a1adc16e779172ee295fbd2ce45b3 Mon Sep 17 00:00:00 2001 From: Mel Choyce Date: Wed, 24 Feb 2016 16:24:36 +0000 Subject: [PATCH] Forms: Swap "Submit" button label for "Enter" on password-protected pages. Props karmatosed, SergeyBiryukov See #35042. git-svn-id: https://develop.svn.wordpress.org/trunk@36685 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/post-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:' ) . '

-

+

'; /**