Make WordPress Core

Ticket #42063: 42063.patch

File 42063.patch, 601 bytes (added by mukesh27, 4 years ago)

Patch that added missing doc

  • src/wp-admin/includes/template.php

     
    22372237 * Outputs the attachment media states as HTML.
    22382238 *
    22392239 * @since 3.2.0
    2240  * @since 5.6.0 Added the `$echo` parameter.
     2240 * @since 5.6.0 Added the `$echo` parameter and a return value.
    22412241 *
    22422242 * @param WP_Post $post The attachment post to retrieve states for.
    22432243 * @param bool    $echo Optional. Whether to echo the post states as an HTML string. Default true.