Make WordPress Core


Ignore:
Timestamp:
05/28/2015 09:40:27 PM (10 years ago)
Author:
wonderboymusic
Message:

Add @global annotations for wp-admin/*.

See #32444.

File:
1 edited

Legend:

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

    r31633 r32642  
    2424    $post_id = $post_ID = 0;
    2525
     26/**
     27 * @global string  $post_type
     28 * @global object  $post_type_object
     29 * @global WP_Post $post
     30 */
    2631global $post_type, $post_type_object, $post;
    2732
Note: See TracChangeset for help on using the changeset viewer.