Make WordPress Core


Ignore:
Timestamp:
11/04/2016 08:53:56 PM (8 years ago)
Author:
westonruter
Message:

Customize: Remove edit shortcut toggle button from preview since visibility is now linked with pane visibility.

Amends [39131].
Props westonruter, sirbrillig.
See #27403.
Fixes #38668.

File:
1 edited

Legend:

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

    r38967 r39144  
    189189                'clickEditTitle' => __( 'Click to edit the site title.' ),
    190190                'clickEditMisc' => __( 'Click to edit this element.' ),
    191                 'editShortcutVisibilityToggle'  => __( 'Toggle edit shortcuts' ),
    192191                /* translators: %s: document.write() */
    193192                'badDocumentWrite' => sprintf( __( '%s is forbidden' ), 'document.write()' ),
Note: See TracChangeset for help on using the changeset viewer.