- Timestamp:
- 05/28/2015 09:40:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-ms-themes-list-table.php
r31163 r32642 23 23 * @see WP_List_Table::__construct() for more information on default arguments. 24 24 * 25 * @global string $status 26 * @global int $page 27 * 25 28 * @param array $args An associative array of arguments. 26 29 */ … … 57 60 } 58 61 62 /** 63 * 64 * @global string $status 65 * @global array $totals 66 * @global int $page 67 * @global string $orderby 68 * @global string $order 69 * @global string $s 70 */ 59 71 public function prepare_items() { 60 72 global $status, $totals, $page, $orderby, $order, $s; … … 200 212 } 201 213 214 /** 215 * 216 * @return array 217 */ 202 218 public function get_columns() { 203 global $status;204 205 219 return array( 206 220 'cb' => '<input type="checkbox" />', … … 216 230 } 217 231 232 /** 233 * 234 * @global array $totals 235 * @global string $status 236 * @return array 237 */ 218 238 protected function get_views() { 219 239 global $totals, $status; … … 259 279 } 260 280 281 /** 282 * 283 * @global string $status 284 * @return array 285 */ 261 286 protected function get_bulk_actions() { 262 287 global $status;
Note: See TracChangeset
for help on using the changeset viewer.