Make WordPress Core


Ignore:
Timestamp:
02/26/2008 08:35:40 PM (17 years ago)
Author:
ryan
Message:

Remove messages from the requested URI so they don't follow us around while paging.

File:
1 edited

Legend:

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

    r6997 r7046  
    7272    printf(__ngettext('%s link deleted.', '%s links deleted', $deleted), $deleted);
    7373    echo '</p></div>';
     74    $_SERVER['REQUEST_URI'] = remove_query_arg(array('deleted'), $_SERVER['REQUEST_URI']);
    7475}
    7576?>
Note: See TracChangeset for help on using the changeset viewer.