Make WordPress Core

Changeset 59313


Ignore:
Timestamp:
10/28/2024 09:25:01 PM (5 weeks ago)
Author:
peterwilsoncc
Message:

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.

Location:
branches/6.7
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.7

  • branches/6.7/src/wp-admin/includes/revision.php

    r59225 r59313  
    381381    <script id="tmpl-revisions-slider-hidden-help" type="text/html">
    382382        <h2 class="screen-reader-text"><?php esc_html_e( 'Select a revision' ); ?></h2>
    383         <p id="revisions-slider-hidden-help" hidden><?php esc_html_e( 'Change revision by using the left and arrow keys' ); ?></p>
     383        <p id="revisions-slider-hidden-help" hidden><?php esc_html_e( 'Change revision by using the left and right arrow keys' ); ?></p>
    384384    </script>
    385385
Note: See TracChangeset for help on using the changeset viewer.