Make WordPress Core


Ignore:
Timestamp:
05/28/2015 09:40:27 PM (11 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-ms-users-list-table.php

    r32630 r32642  
    1414    }
    1515
     16    /**
     17     *
     18     * @global string $usersearch
     19     * @global string $role
     20     * @global wpdb   $wpdb
     21     * @global string $mode
     22     */
    1623    public function prepare_items() {
    1724        global $usersearch, $role, $wpdb, $mode;
     
    8794    }
    8895
     96    /**
     97     *
     98     * @global string $role
     99     * @return array
     100     */
    89101    protected function get_views() {
    90102        global $role;
     
    147159    }
    148160
     161    /**
     162     *
     163     * @global string $mode
     164     */
    149165    public function display_rows() {
    150166        global $mode;
Note: See TracChangeset for help on using the changeset viewer.