Make WordPress Core


Ignore:
Timestamp:
03/09/2016 04:36:51 AM (9 years ago)
Author:
westonruter
Message:

Customize: Remove selective refresh error message from appearing inline within the preview.

The error message will still be available in the developer console.

Removes part of [36586].
See #27355.
Fixes #36164.

File:
1 edited

Legend:

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

    r36643 r36890  
    183183            'l10n'           => array(
    184184                'shiftClickToEdit' => __( 'Shift-click to edit this element.' ),
    185                 /* translators: %s: message from JS error */
    186                 'errorMessageTpl'  => __( 'Script error: %s' ),
    187185                /* translators: %s: document.write() */
    188186                'badDocumentWrite' => sprintf( __( '%s is forbidden' ), 'document.write()' ),
Note: See TracChangeset for help on using the changeset viewer.