Make WordPress Core


Ignore:
Timestamp:
05/14/2004 06:21:24 AM (21 years ago)
Author:
saxmatt
Message:

Not highlighting on double update.

File:
1 edited

Legend:

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

    r1239 r1272  
    2828
    2929$sublines = split("\n", $submenu);
    30 $_SERVER['REQUEST_URI'] = str_replace('?updated=true', '', $_SERVER['REQUEST_URI']);
     30$_SERVER['REQUEST_URI'] = str_replace(array('?updated=true','&', 'updated=true'), '', $_SERVER['REQUEST_URI']);
    3131foreach ($sublines as $subline) {
    3232    if (preg_match('/href="([^"]+)"/', $subline, $url)) {
Note: See TracChangeset for help on using the changeset viewer.