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/press-this.php

    r31534 r32642  
    1515    wp_die( __( 'Cheatin’ uh?' ), 403 );
    1616
     17/**
     18 * @global WP_Press_This $wp_press_this
     19 */
    1720if ( empty( $GLOBALS['wp_press_this'] ) ) {
    1821    include( ABSPATH . 'wp-admin/includes/class-wp-press-this.php' );
Note: See TracChangeset for help on using the changeset viewer.