Changeset 49693 for trunk/src/wp-includes/post-thumbnail-template.php
- Timestamp:
- 11/24/2020 09:25:46 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-thumbnail-template.php
r49021 r49693 216 216 * 217 217 * @param int|WP_Post $post Optional. Post ID or WP_Post object. Default is global `$post`. 218 * @param string| array$size Optional. Registered image size to retrieve the source for or a flat218 * @param string|int[] $size Optional. Registered image size to retrieve the source for or a flat 219 219 * array of height and width dimensions. Default 'post-thumbnail'. 220 220 * @return string|false Post thumbnail URL or false if no URL is available. … … 235 235 * @since 4.4.0 236 236 * 237 * @param string| array$size Optional. Image size to use. Accepts any valid image size,237 * @param string|int[] $size Optional. Image size to use. Accepts any valid image size, 238 238 * or an array of width and height values in pixels (in that order). 239 239 * Default 'post-thumbnail'.
Note: See TracChangeset
for help on using the changeset viewer.