Make WordPress Core


Ignore:
Timestamp:
03/01/2004 07:55:45 PM (21 years ago)
Author:
saxmatt
Message:

Migration to get_settings and away from globals.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/link-manager.php

    r745 r957  
    291291    include_once ('admin-header.php');
    292292    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.');
    294294    }
    295295
     
    538538    include_once ("./admin-header.php");
    539539    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.");
    541541    }
    542542
Note: See TracChangeset for help on using the changeset viewer.