Make WordPress Core


Ignore:
Timestamp:
04/19/2004 08:09:27 AM (21 years ago)
Author:
saxmatt
Message:

Massive admin tweak commit. Improved consistency, numerous bug fixes, redesigned link forms, tweaked options more, left the ugly grey bar I didn't mean to add in the first place but tweaked it too.

File:
1 edited

Legend:

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

    r1074 r1100  
    3030
    3131$sublines = split("\n", $submenu);
     32$_SERVER['REQUEST_URI'] = str_replace('?updated=true', '', $_SERVER['REQUEST_URI']);
    3233foreach ($sublines as $subline) {
    3334    preg_match('/href="([^"]+)"/', $subline, $url);
Note: See TracChangeset for help on using the changeset viewer.