Changeset 30679 for trunk/src/wp-admin/includes/class-wp-list-table.php
- Timestamp:
- 12/01/2014 12:32:19 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-list-table.php
r30648 r30679 480 480 * @since 3.1.0 481 481 * @access protected 482 * 483 * @param string $post_type 482 484 */ 483 485 protected function months_dropdown( $post_type ) { … … 536 538 * @since 3.1.0 537 539 * @access protected 540 * 541 * @param string $current_mode 538 542 */ 539 543 protected function view_switcher( $current_mode ) { … … 602 606 * @access protected 603 607 * 608 * @param string $option 609 * @param int $default 604 610 * @return int 605 611 */ … … 630 636 * @since 3.1.0 631 637 * @access protected 638 * 639 * @param string $which 632 640 */ 633 641 protected function pagination( $which ) { … … 930 938 * @since 3.1.0 931 939 * @access protected 940 * @param string $which 932 941 */ 933 942 protected function display_tablenav( $which ) { … … 955 964 * @since 3.1.0 956 965 * @access protected 966 * 967 * @param string $which 957 968 */ 958 969 protected function extra_tablenav( $which ) {}
Note: See TracChangeset
for help on using the changeset viewer.