Changeset 3295 for trunk/wp-admin/theme-editor.php
- Timestamp:
- 12/12/2005 10:48:30 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/theme-editor.php
r3084 r3295 49 49 50 50 if ( !current_user_can('edit_themes') ) 51 die(__('<p>You have do not have sufficient permissions to edit templates for this blog.</p>'));51 die('<p>'.__('You have do not have sufficient permissions to edit templates for this blog.').'</p>'); 52 52 53 53 $newcontent = stripslashes($_POST['newcontent']); … … 70 70 require_once('admin-header.php'); 71 71 if ( !current_user_can('edit_themes') ) 72 die(__('<p>You have do not have sufficient permissions to edit themes for this blog.</p>'));72 die('<p>'.__('You have do not have sufficient permissions to edit themes for this blog.').'</p>'); 73 73 74 74 update_recently_edited($file);
Note: See TracChangeset
for help on using the changeset viewer.