Changeset 957 for trunk/wp-admin/options-permalink.php
- Timestamp:
- 03/01/2004 07:55:45 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-permalink.php
r945 r957 52 52 include_once('admin-header.php'); 53 53 if ($user_level <= 3) { 54 die("You have no right to edit the options for this blog.<br>Ask for a promotion to your <a href=\"mailto:$admin_email\">blog admin</a> :)");54 die("You have do not have sufficient permissions to edit the options for this blog."); 55 55 } 56 56 ?>
Note: See TracChangeset
for help on using the changeset viewer.