diff --git a/wp-admin/authorize-application.php b/wp-admin/authorize-application.php index dd60a349f6..cae92ec22a 100644 --- a/wp-admin/authorize-application.php +++ b/wp-admin/authorize-application.php @@ -113,7 +113,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

' . esc_html( $app_name ) . '' ); ?>

@@ -180,7 +180,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; ' . esc_html( add_query_arg( @@ -204,7 +204,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; ' . esc_html( add_query_arg( diff --git a/wp-includes/version.php b/wp-includes/version.php index 4526b546aa..a56ffa81a3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-alpha-49109'; +$wp_version = '5.6-alpha-49110'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. diff --git a/wp-login.php b/wp-login.php index 0ad2c039a8..46700c975f 100644 --- a/wp-login.php +++ b/wp-login.php @@ -685,7 +685,7 @@ switch ( $action ) { /* translators: URL to the WordPress help section about admin email. */ $admin_email_help_url = __( 'https://wordpress.org/support/article/settings-general-screen/#email-address' ); - /* translators: accessibility text */ + /* translators: Accessibility text. */ $accessibility_text = sprintf( ' %s', __( '(opens in a new tab)' ) ); printf( @@ -1379,7 +1379,7 @@ switch ( $action ) { /* translators: 1: Website name, 2: Application name. */ $message = sprintf( 'Please log in to %1$s to authorize %2$s to connect to your account.', get_bloginfo( 'name', 'display' ), '' . esc_html( $query['app_name'] ) . '' ); } else { - /* translators: Website name. */ + /* translators: %s: Website name. */ $message = sprintf( 'Please log in to %s to proceed with authorization.', get_bloginfo( 'name', 'display' ) ); }