Changeset 33731
- Timestamp:
- 08/25/2015 05:14:28 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r33713 r33731 839 839 * Filter the published time of the post. 840 840 * 841 * If $modeequals 'excerpt', the published time and date are both displayed.842 * If $modeequals 'list' (default), the publish date is displayed, with the841 * If `$mode` equals 'excerpt', the published time and date are both displayed. 842 * If `$mode` equals 'list' (default), the publish date is displayed, with the 843 843 * time and date together available as an abbreviation definition. 844 844 * 845 845 * @since 2.5.1 846 846 * 847 * @param array$t_time The published time.847 * @param string $t_time The published time. 848 848 * @param WP_Post $post Post object. 849 849 * @param string $column_name The column name.
Note: See TracChangeset
for help on using the changeset viewer.