Make WordPress Core


Ignore:
Timestamp:
02/26/2008 08:35:40 PM (18 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/edit-tags.php

    r6950 r7046  
    106106<?php if (isset($_GET['message'])) : ?>
    107107<div id="message" class="updated fade"><p><?php echo $messages[$_GET['message']]; ?></p></div>
    108 <?php endif; ?>
     108<?php $_SERVER['REQUEST_URI'] = remove_query_arg(array('message'), $_SERVER['REQUEST_URI']);
     109endif; ?>
    109110
    110111<div class="wrap">
Note: See TracChangeset for help on using the changeset viewer.