- Timestamp:
- 05/28/2015 09:40:27 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-ms-users-list-table.php
r32630 r32642 14 14 } 15 15 16 /** 17 * 18 * @global string $usersearch 19 * @global string $role 20 * @global wpdb $wpdb 21 * @global string $mode 22 */ 16 23 public function prepare_items() { 17 24 global $usersearch, $role, $wpdb, $mode; … … 87 94 } 88 95 96 /** 97 * 98 * @global string $role 99 * @return array 100 */ 89 101 protected function get_views() { 90 102 global $role; … … 147 159 } 148 160 161 /** 162 * 163 * @global string $mode 164 */ 149 165 public function display_rows() { 150 166 global $mode;
Note: See TracChangeset
for help on using the changeset viewer.