Make WordPress Core


Ignore:
Timestamp:
08/02/2013 04:42:08 AM (11 years ago)
Author:
markjaquith
Message:

Remove $pagenow global from three functions that don’t use it.

Props jeremyfelt. Fixes #24920.

File:
1 edited

Legend:

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

    r24788 r24974  
    15001500 */
    15011501function media_upload_form( $errors = null ) {
    1502     global $type, $tab, $pagenow, $is_IE, $is_opera;
     1502    global $type, $tab, $is_IE, $is_opera;
    15031503
    15041504    if ( ! _device_can_upload() ) {
Note: See TracChangeset for help on using the changeset viewer.