Changeset 3687
- Timestamp:
- 04/04/2006 12:48:44 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/templates.php
r3665 r3687 40 40 41 41 if ( ! current_user_can('edit_files') ) 42 die('<p>'.__('You havedo not have sufficient permissions to edit templates for this blog.').'</p>');42 die('<p>'.__('You do not have sufficient permissions to edit templates for this blog.').'</p>'); 43 43 44 44 $newcontent = stripslashes($_POST['newcontent']);
Note: See TracChangeset
for help on using the changeset viewer.