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/options.php

    r939 r957  
    111111    include_once("./admin-header.php");
    112112    if ($user_level <= 3) {
    113         die("You have no right to edit the options for this blog.<br>Ask for a promotion from your <a href=\"mailto:$admin_email\">blog admin</a> :)");
     113        die("You have do not have sufficient permissions to edit the options for this blog.");
    114114    }
    115115?>
Note: See TracChangeset for help on using the changeset viewer.