Changeset 52935 for trunk/src/wp-includes/post-thumbnail-template.php
- Timestamp:
- 03/15/2022 03:20:12 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-thumbnail-template.php
r52574 r52935 40 40 41 41 /** 42 * Retrieve post thumbnail ID.42 * Retrieves the post thumbnail ID. 43 43 * 44 44 * @since 2.9.0 … … 61 61 62 62 /** 63 * Filters post thumbnail ID.63 * Filters the post thumbnail ID. 64 64 * 65 65 * @since 5.9.0 … … 72 72 73 73 /** 74 * Display the post thumbnail.74 * Displays the post thumbnail. 75 75 * 76 76 * When a theme adds 'post-thumbnail' support, a special 'post-thumbnail' image size … … 94 94 95 95 /** 96 * Update cache for thumbnails in the current loop.96 * Updates cache for thumbnails in the current loop. 97 97 * 98 98 * @since 3.2.0 … … 128 128 129 129 /** 130 * Retrieve the post thumbnail.130 * Retrieves the post thumbnail. 131 131 * 132 132 * When a theme adds 'post-thumbnail' support, a special 'post-thumbnail' image size … … 234 234 235 235 /** 236 * Return the post thumbnail URL.236 * Returns the post thumbnail URL. 237 237 * 238 238 * @since 4.4.0 … … 267 267 268 268 /** 269 * Display the post thumbnail URL.269 * Displays the post thumbnail URL. 270 270 * 271 271 * @since 4.4.0
Note: See TracChangeset
for help on using the changeset viewer.