Making WordPress.org

Changeset 9966


Ignore:
Timestamp:
06/16/2020 10:04:10 PM (6 years ago)
Author:
coffee2code
Message:

Developer theme: Semantically mark up references to keyboard keys using kbd tags.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/user-content.php

    r9965 r9966  
    475475            . __( 'Any notes not meeting these requirements will be removed by the moderation team.', 'wporg' )
    476476            . '</li><li>'
    477             . __( '<strong>TIP:</strong> In the editing area the Tab key enters a tab character. To move below this area by pressing Tab, press the Esc key followed by the Tab key. In some cases the Esc key will need to be pressed twice before the Tab key will allow you to continue.', 'wporg' )
     477            . __( '<strong>TIP:</strong> In the editing area the <kbd>Tab</kbd> key enters a tab character. To move below this area by pressing <kbd>Tab</kbd>, press the <kbd>Esc</kbd> key followed by the <kbd>Tab</kbd> key. In some cases the <kbd>Esc</kbd> key will need to be pressed twice before the <kbd>Tab</kbd> key will allow you to continue.', 'wporg' )
    478478            . '</li><li class="user-notes-are-gpl">'
    479479            . $license_rule
Note: See TracChangeset for help on using the changeset viewer.