Make WordPress Core


Ignore:
Timestamp:
01/10/2015 05:28:46 AM (11 years ago)
Author:
wonderboymusic
Message:

Admin globals:

  • Declare $wp_importers as a global in admin.php
  • Declare $post_type, $post_type_object, and $post as globals where applicable

See #30799.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/post.php

    r29572 r31121  
    2424    $post_id = $post_ID = 0;
    2525
    26 $post = $post_type = $post_type_object = null;
     26global $post_type, $post_type_object, $post;
    2727
    2828if ( $post_id )
Note: See TracChangeset for help on using the changeset viewer.