Make WordPress Core


Ignore:
Timestamp:
11/18/2021 01:48:43 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Various corrections and improvements relating to types used in inline documentation.

See #53399

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/theme-compat/embed-content.php

    r46586 r52204  
    2828         * @since 4.9.0
    2929         *
    30          * @param int $thumbnail_id Attachment ID.
     30         * @param int|false $thumbnail_id Attachment ID, or false if there is none.
    3131         */
    3232        $thumbnail_id = apply_filters( 'embed_thumbnail_id', $thumbnail_id );
Note: See TracChangeset for help on using the changeset viewer.