Make WordPress Core


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

Add @global annotations for wp-admin/*.

See #32444.

File:
1 edited

Legend:

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

    r32116 r32642  
    2121    wp_die( __( 'Cheatin’ uh?' ), 403 );
    2222
    23 // $post_type is set when the WP_Terms_List_Table instance is created
     23/**
     24 * $post_type is set when the WP_Terms_List_Table instance is created
     25 *
     26 * @global string $post_type
     27 */
    2428global $post_type;
    2529
Note: See TracChangeset for help on using the changeset viewer.