Make WordPress Core


Ignore:
Timestamp:
04/14/2016 01:57:31 AM (9 years ago)
Author:
SergeyBiryukov
Message:

Customizer: Remove the 'appearance' reference from permission error messages added in [33857], [33889], and [33902].

Props Frozzare.
Fixes #36466.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/script-loader.php

    r37171 r37197  
    444444        'close'              => __( 'Close' ),
    445445        'cheatin'            => __( 'Cheatin’ uh?' ),
    446         'notAllowed'         => __( 'You are not allowed to customize the appearance of this site.' ),
     446        'notAllowed'         => __( 'You are not allowed to customize this site.' ),
    447447        'previewIframeTitle' => __( 'Site Preview' ),
    448448        'loginIframeTitle'   => __( 'Session expired' ),
Note: See TracChangeset for help on using the changeset viewer.