Make WordPress Core


Ignore:
Timestamp:
08/27/2018 02:27:22 PM (6 years ago)
Author:
johnbillion
Message:

Docs: Correct and improve various inline documentation.

See #42505

File:
1 edited

Legend:

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

    r43571 r43582  
    15201520     * @since 4.6.0 Added the `$thumbnail_id` parameter.
    15211521     *
    1522      * @param string $content      Admin post thumbnail HTML markup.
    1523      * @param int    $post_id      Post ID.
    1524      * @param int    $thumbnail_id Thumbnail ID.
     1522     * @param string   $content      Admin post thumbnail HTML markup.
     1523     * @param int      $post_id      Post ID.
     1524     * @param int|null $thumbnail_id Thumbnail attachment ID, or null if there isn't one.
    15251525     */
    15261526    return apply_filters( 'admin_post_thumbnail_html', $content, $post->ID, $thumbnail_id );
Note: See TracChangeset for help on using the changeset viewer.