Make WordPress Core


Ignore:
Timestamp:
02/16/2004 12:44:07 AM (23 years ago)
Author:
rboren
Message:

Set $standalone to 1 for the update case to avoid headers already sent error.

File:
1 edited

Legend:

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

    r869 r874  
    4646
    4747case "update":
    48         $standalone = 0;
     48        $standalone = 1;
    4949        include_once("./admin-header.php");
    5050    $any_changed = 0;
Note: See TracChangeset for help on using the changeset viewer.