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

    r32471 r32642  
    11491149     * @since 4.2.0
    11501150     * @access public
     1151     *
     1152     * @global WP_Locale $wp_locale
     1153     * @global string    $wp_version
     1154     * @global bool      $is_IE
    11511155     */
    11521156    public function html() {
     
    14641468}
    14651469
     1470/**
     1471 *
     1472 * @global WP_Press_This $wp_press_this
     1473 */
    14661474$GLOBALS['wp_press_this'] = new WP_Press_This;
Note: See TracChangeset for help on using the changeset viewer.