Make WordPress Core


Ignore:
Timestamp:
11/06/2016 07:08:01 PM (9 years ago)
Author:
westonruter
Message:

Customize: Allow tab characters in custom CSS input.

Pressing Esc followed by Tab allows for tabbing to the next element.

Props afercia, coffee2code, westonruter.
See #35395.
Fixes #38667.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-manager.php

    r39148 r39149  
    35913591            'description_hidden' => true,
    35923592            'description'        => sprintf( '%s<br /><a href="%s" class="external-link" target="_blank">%s<span class="screen-reader-text">%s</span></a>',
    3593                 __( 'CSS allows you to customize the appearance and layout of your site with code. Separate CSS is saved for each of your themes.' ),
     3593                __( 'CSS allows you to customize the appearance and layout of your site with code. Separate CSS is saved for each of your themes. 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.' ),
    35943594                'https://codex.wordpress.org/Know_Your_Sources#CSS',
    35953595                __( 'Learn more about CSS' ),
Note: See TracChangeset for help on using the changeset viewer.