Changeset 52950
- Timestamp:
- 03/18/2022 04:37:23 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-media-list-table.php
r52929 r52950 509 509 } 510 510 511 echo $h_time; 511 /** 512 * Filters the published time of the post. 513 * 514 * @since 6.0.0 515 * 516 * @param string $h_time The published time. 517 * @param WP_Post $post Post object. 518 * @param string $column_name The column name. 519 */ 520 echo apply_filters( 'media_date_column_time', $h_time, $post, 'date' ); 512 521 } 513 522
Note: See TracChangeset
for help on using the changeset viewer.