Changeset 37488 for trunk/src/wp-admin/includes/class-wp-list-table.php
- Timestamp:
- 05/22/2016 06:00:23 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-list-table.php
r37431 r37488 389 389 $views = $this->get_views(); 390 390 /** 391 * Filter the list of available list table views.391 * Filters the list of available list table views. 392 392 * 393 393 * The dynamic portion of the hook name, `$this->screen->id`, refers … … 439 439 $no_new_actions = $this->_actions = $this->get_bulk_actions(); 440 440 /** 441 * Filter the list table Bulk Actions drop-down.441 * Filters the list table Bulk Actions drop-down. 442 442 * 443 443 * The dynamic portion of the hook name, `$this->screen->id`, refers … … 542 542 543 543 /** 544 * Filter whether to remove the 'Months' drop-down from the post list table.544 * Filters whether to remove the 'Months' drop-down from the post list table. 545 545 * 546 546 * @since 4.2.0 … … 569 569 570 570 /** 571 * Filter the 'Months' drop-down results.571 * Filters the 'Months' drop-down results. 572 572 * 573 573 * @since 3.7.0 … … 722 722 723 723 /** 724 * Filter the number of items to be displayed on each page of the list table.724 * Filters the number of items to be displayed on each page of the list table. 725 725 * 726 726 * The dynamic hook name, $option, refers to the `per_page` option depending … … 952 952 953 953 /** 954 * Filter the name of the primary column for the current list table.954 * Filters the name of the primary column for the current list table. 955 955 * 956 956 * @since 4.3.0 … … 994 994 $sortable_columns = $this->get_sortable_columns(); 995 995 /** 996 * Filter the list table sortable columns for a specific screen.996 * Filters the list table sortable columns for a specific screen. 997 997 * 998 998 * The dynamic portion of the hook name, `$this->screen->id`, refers
Note: See TracChangeset
for help on using the changeset viewer.