Changeset 3949 for trunk/wp-admin/plugin-editor.php
- Timestamp:
- 07/04/2006 05:56:27 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/plugin-editor.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugin-editor.php
r3946 r3949 24 24 25 25 if ( !current_user_can('edit_plugins') ) 26 die('<p>'.__('You havedo not have sufficient permissions to edit templates for this blog.').'</p>');26 die('<p>'.__('You do not have sufficient permissions to edit templates for this blog.').'</p>'); 27 27 28 28 $newcontent = stripslashes($_POST['newcontent']); … … 44 44 require_once('admin-header.php'); 45 45 if ( !current_user_can('edit_plugins') ) 46 die('<p>'.__('You havedo not have sufficient permissions to edit plugins for this blog.').'</p>');46 die('<p>'.__('You do not have sufficient permissions to edit plugins for this blog.').'</p>'); 47 47 48 48 update_recently_edited("wp-content/plugins/$file");
Note: See TracChangeset
for help on using the changeset viewer.