Changeset 957 for trunk/wp-admin/categories.php
- Timestamp:
- 03/01/2004 07:55:45 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/categories.php
r862 r957 135 135 require_once ('admin-header.php'); 136 136 if ($user_level < 3) { 137 die("You have no right to edit the categories for this blog.<br />Ask for a promotion to your <a href='mailto: $admin_email'>blog admin</a>. :)");137 die("You have no right to edit the categories for this blog.<br />Ask for a promotion to your <a href='mailto:" . get_settings('admin_email'). "'>blog admin</a>. :)"); 138 138 } 139 139 ?>
Note: See TracChangeset
for help on using the changeset viewer.