Changeset 50362
- Timestamp:
- 02/16/2021 07:56:13 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-list-table.php
r50163 r50362 626 626 ) 627 627 ); 628 629 /** 630 * Filters the 'Months' drop-down results.631 *632 * @since 3.7.0633 *634 * @param object[] $months Array of the months drop-down query results.635 * @param string $post_type The post type.636 */637 $months = apply_filters( 'months_dropdown_results', $months, $post_type );638 }628 } 629 630 /** 631 * Filters the 'Months' drop-down results. 632 * 633 * @since 3.7.0 634 * 635 * @param object[] $months Array of the months drop-down query results. 636 * @param string $post_type The post type. 637 */ 638 $months = apply_filters( 'months_dropdown_results', $months, $post_type ); 639 639 640 640 $month_count = count( $months );
Note: See TracChangeset
for help on using the changeset viewer.