Make WordPress Core

Changeset 39218


Ignore:
Timestamp:
11/14/2016 04:32:47 AM (8 years ago)
Author:
westonruter
Message:

Customize: Remove root panel description text which notes that edit shortcuts can be toggled by clicking anywhere in the preview.

Amends [39131], in which this method of toggling edit shortcuts was removed.
Props presskopp.
See #27403.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/customize.php

    r39214 r39218  
    161161                </div>
    162162                <div class="customize-panel-description"><?php
    163                     _e( 'The Customizer allows you to preview changes to your site before publishing them. You can navigate to different pages on your site within the preview. Edit shortcuts are shown for some editable elements; click anywhere in the preview to toggle them off and on.' );
     163                    _e( 'The Customizer allows you to preview changes to your site before publishing them. You can navigate to different pages on your site within the preview. Edit shortcuts are shown for some editable elements.' );
    164164                ?></div>
    165165            </div>
Note: See TracChangeset for help on using the changeset viewer.