Make WordPress Core


Ignore:
Timestamp:
09/05/2004 12:24:28 AM (21 years ago)
Author:
saxmatt
Message:

Massive options cleanup and another step of cleaning up the upgrade/install.

File:
1 edited

Legend:

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

    r1551 r1599  
    1818        $standalone = 0;
    1919        include_once('admin-header.php');
    20         if ($user_level < get_settings('links_minadminlevel'))
     20        if ($user_level < 5)
    2121            die (__("Cheatin&#8217; uh?"));
    2222
     
    7575                $standalone = 0;
    7676                include_once('admin-header.php');
    77                 if ($user_level < get_settings('links_minadminlevel'))
     77                if ($user_level < 5)
    7878                    die (__("Cheatin' uh ?"));
    7979?>
Note: See TracChangeset for help on using the changeset viewer.