Make WordPress Core


Ignore:
Timestamp:
04/28/2022 09:57:51 AM (2 years ago)
Author:
johnbillion
Message:

Docs: Various docblock corrections and improvements for changes introduced in 6.0.

See #54729

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-media-list-table.php

    r52950 r53302  
    510510
    511511        /**
    512          * Filters the published time of the post.
     512         * Filters the published time of an attachment displayed in the Media list table.
    513513         *
    514514         * @since 6.0.0
    515515         *
    516516         * @param string  $h_time      The published time.
    517          * @param WP_Post $post        Post object.
     517         * @param WP_Post $post        Attachment object.
    518518         * @param string  $column_name The column name.
    519519         */
Note: See TracChangeset for help on using the changeset viewer.