Make WordPress Core


Ignore:
Timestamp:
07/23/2020 12:46:56 AM (4 years ago)
Author:
johnbillion
Message:

Docs: Various corrections to inline docblocks.

See #49572

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/template.php

    r48380 r48573  
    22222222
    22232223/**
    2224  * Function to echo the attachment media states as HTML.
     2224 * Outputs the attachment media states as HTML.
    22252225 *
    22262226 * @since 3.2.0
    22272227 *
    22282228 * @param WP_Post $post The attachment post to retrieve states for.
    2229  * @return string Media states string.
    22302229 */
    22312230function _media_states( $post ) {
Note: See TracChangeset for help on using the changeset viewer.