- Timestamp:
- 04/28/2022 09:57:51 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-media-list-table.php
r52950 r53302 510 510 511 511 /** 512 * Filters the published time of the post.512 * Filters the published time of an attachment displayed in the Media list table. 513 513 * 514 514 * @since 6.0.0 515 515 * 516 516 * @param string $h_time The published time. 517 * @param WP_Post $post Post object.517 * @param WP_Post $post Attachment object. 518 518 * @param string $column_name The column name. 519 519 */
Note: See TracChangeset
for help on using the changeset viewer.