mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-08 01:17:59 +01:00
Revisions: Fix typo in navigation help text.
Fixes a typo in the a11y helper text explaining how to navigate revisions. "Change revision by using the left and arrow keys" becomes "Change revision by using the left and right arrow keys". Follow up to [59225]. Reviewed by swissspidy. Merges [59306] to the 6.7 branch. Props pedromendonca, sabernhardt, fierevere, swissspidy. Fixes #62306. Built from https://develop.svn.wordpress.org/branches/6.7@59313 git-svn-id: http://core.svn.wordpress.org/branches/6.7@58699 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
aea47f2bb5
commit
2f988c78b6
@ -380,7 +380,7 @@ function wp_print_revision_templates() {
|
||||
|
||||
<script id="tmpl-revisions-slider-hidden-help" type="text/html">
|
||||
<h2 class="screen-reader-text"><?php esc_html_e( 'Select a revision' ); ?></h2>
|
||||
<p id="revisions-slider-hidden-help" hidden><?php esc_html_e( 'Change revision by using the left and arrow keys' ); ?></p>
|
||||
<p id="revisions-slider-hidden-help" hidden><?php esc_html_e( 'Change revision by using the left and right arrow keys' ); ?></p>
|
||||
</script>
|
||||
|
||||
<script id="tmpl-revisions-checkbox" type="text/html">
|
||||
|
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.7-RC1-59311';
|
||||
$wp_version = '6.7-RC1-59313';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user