Changeset 52204 for trunk/src/wp-includes/theme-compat/embed-content.php
- Timestamp:
- 11/18/2021 01:48:43 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme-compat/embed-content.php
r46586 r52204 28 28 * @since 4.9.0 29 29 * 30 * @param int $thumbnail_id Attachment ID.30 * @param int|false $thumbnail_id Attachment ID, or false if there is none. 31 31 */ 32 32 $thumbnail_id = apply_filters( 'embed_thumbnail_id', $thumbnail_id );
Note: See TracChangeset
for help on using the changeset viewer.