Changeset 14313 for trunk/wp-admin/theme-editor.php
- Timestamp:
- 04/30/2010 01:54:32 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/theme-editor.php
r14139 r14313 11 11 12 12 if ( !current_user_can('edit_themes') ) 13 wp_die('<p>'.__('You do not have sufficient permissions to edit templates for this blog.').'</p>');13 wp_die('<p>'.__('You do not have sufficient permissions to edit templates for this site.').'</p>'); 14 14 15 15 $title = __("Edit Themes");
Note: See TracChangeset
for help on using the changeset viewer.