Changeset 37914 for trunk/src/wp-admin/theme-editor.php
- Timestamp:
- 06/29/2016 03:15:40 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/theme-editor.php
r37680 r37914 16 16 17 17 if ( !current_user_can('edit_themes') ) 18 wp_die('<p>'.__(' You do not have sufficient permissionsto edit templates for this site.').'</p>');18 wp_die('<p>'.__('Sorry, you are not allowed to edit templates for this site.').'</p>'); 19 19 20 20 $title = __("Edit Themes");
Note: See TracChangeset
for help on using the changeset viewer.