Make WordPress Core


Ignore:
Timestamp:
10/20/2017 10:31:30 AM (9 years ago)
Author:
melchoyce
Message:

Customization Locking: Update error message to use existing strings.

Props ramiy.
See #42024.

File:
1 edited

Legend:

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

    r41952 r41953  
    31743174                        wp_send_json_error( array(
    31753175                                'code' => 'cannot_remove_changeset_lock',
    3176                                 'message' => __( 'Sorry you are not allowed to take over.' ),
     3176                                'message' => __( 'Sorry, you are not allowed to take over.' ),
    31773177                        ) );
    31783178                }
Note: See TracChangeset for help on using the changeset viewer.