- Timestamp:
- 05/29/2015 08:16:22 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugins-list-table.php
r32650 r32654 41 41 } 42 42 43 /** 44 * @return array 45 */ 43 46 protected function get_table_classes() { 44 47 return array( 'widefat', $this->_args['plural'] ); 45 48 } 46 49 50 /** 51 * @return bool 52 */ 47 53 public function ajax_user_can() { 48 54 return current_user_can('activate_plugins'); … … 217 223 * @staticvar string $term 218 224 * @param array $plugin 219 * @return bool ean225 * @return bool 220 226 */ 221 227 public function _search_callback( $plugin ) { … … 283 289 } 284 290 291 /** 292 * @return array 293 */ 285 294 protected function get_sortable_columns() { 286 295 return array(); … … 366 375 * @global string $status 367 376 * @param string $which 368 * @return null369 377 */ 370 378 public function bulk_actions( $which = '' ) { … … 380 388 * @global string $status 381 389 * @param string $which 382 * @return null383 390 */ 384 391 protected function extra_tablenav( $which ) { … … 400 407 } 401 408 409 /** 410 * @return string 411 */ 402 412 public function current_action() { 403 413 if ( isset($_POST['clear-recent-list']) ) … … 426 436 * @global string $s 427 437 * @global array $totals 438 * 428 439 * @param array $item 429 440 */
Note: See TracChangeset
for help on using the changeset viewer.