Changeset 50120 for trunk/src/wp-includes/post.php
- Timestamp:
- 02/01/2021 02:11:57 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r50051 r50120 1690 1690 * - `filter_items_list` - Label for the table views hidden heading. Default is 'Filter posts list' / 1691 1691 * 'Filter pages list'. 1692 * - `filter_by_date` - Label for the date filter in list tables. Default is 'Filter by date'. 1692 1693 * - `items_list_navigation` - Label for the table pagination hidden heading. Default is 'Posts list navigation' / 1693 1694 * 'Pages list navigation'. … … 1716 1717 * @since 5.0.0 Added the `item_published`, `item_published_privately`, `item_reverted_to_draft`, 1717 1718 * `item_scheduled`, and `item_updated` labels. 1719 * @since 5.7.0 Added the `filter_by_date` label. 1718 1720 * 1719 1721 * @access private … … 1746 1748 'use_featured_image' => array( _x( 'Use as featured image', 'post' ), _x( 'Use as featured image', 'page' ) ), 1747 1749 'filter_items_list' => array( __( 'Filter posts list' ), __( 'Filter pages list' ) ), 1750 'filter_by_date' => array( __( 'Filter by date' ), __( 'Filter by date' ) ), 1748 1751 'items_list_navigation' => array( __( 'Posts list navigation' ), __( 'Pages list navigation' ) ), 1749 1752 'items_list' => array( __( 'Posts list' ), __( 'Pages list' ) ),
Note: See TracChangeset
for help on using the changeset viewer.