Make WordPress Core

Changeset 301


Ignore:
Timestamp:
08/08/2003 10:14:03 PM (22 years ago)
Author:
mikelittle
Message:

Fix bug with b2header and redefinition of get_helplink

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/wp-options.php

    r226 r301  
    4444
    4545case "update":
    46     $standalone = 1;
    47     include("./b2header.php");
     46    $standalone = 0;
     47    include_once("./b2header.php");
    4848    $any_changed = 0;
    4949   
     
    101101default:
    102102    $standalone = 0;
    103     include ("./b2header.php");
     103    include_once("./b2header.php");
    104104    if ($user_level <= 3) {
    105105        die("You have no right to edit the options for this blog.<br>Ask for a promotion to your <a href=\"mailto:$admin_email\">blog admin</a> :)");
Note: See TracChangeset for help on using the changeset viewer.