Make WordPress Core


Ignore:
Timestamp:
03/01/2013 04:28:40 PM (13 years ago)
Author:
ryan
Message:

Revert 23416, 23419, 23445 except for wp_reset_vars() changes. We are going a different direction with the slashing cleanup, so resetting to a clean slate. see #21767

File:
1 edited

Legend:

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

    r23416 r23554  
    3333                if ( false !== strpos($location, 'upload.php') ) {
    3434                        $location = remove_query_arg('message', $location);
    35                         $location = add_query_arg('posted', $attachment_id, $location);
     35                        $location = add_query_arg('posted',     $attachment_id, $location);
    3636                } elseif ( false !== strpos($location, 'media.php') ) {
    3737                        $location = add_query_arg('message', 'updated', $location);
Note: See TracChangeset for help on using the changeset viewer.