Changeset 957 for trunk/wp-admin/link-manager.php
- Timestamp:
- 03/01/2004 07:55:45 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/link-manager.php
r745 r957 291 291 include_once ('admin-header.php'); 292 292 if ($user_level < get_settings('links_minadminlevel')) { 293 die( "You have no right to edit the links for this blog.<br />Ask for a promotion to your <a href='mailto:$admin_email'>blog admin</a>. :)");293 die('You have do not have sufficent permissions to edit the links for this blog.'); 294 294 } 295 295 … … 538 538 include_once ("./admin-header.php"); 539 539 if ($user_level < get_settings('links_minadminlevel')) { 540 die("You have no right to edit the links for this blog.<br>Ask for a promotion to your <a href=\"mailto:$admin_email\">blog admin</a> :)");540 die("You have do not have sufficient permissions to edit the links for this blog."); 541 541 } 542 542
Note: See TracChangeset
for help on using the changeset viewer.