- 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-sites-list-table.php
r32630 r32642 31 31 } 32 32 33 /** 34 * 35 * @global string $s 36 * @global string $mode 37 * @global wpdb $wpdb 38 */ 33 39 public function prepare_items() { 34 40 global $s, $mode, $wpdb; … … 148 154 149 155 /** 156 * @global string $mode 157 * 150 158 * @param string $which 151 159 */ … … 193 201 } 194 202 203 /** 204 * 205 * @global string $mode 206 */ 195 207 public function display_rows() { 196 208 global $mode;
Note: See TracChangeset
for help on using the changeset viewer.