Changeset 35076
- Timestamp:
- 10/12/2015 04:59:48 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-thumbnail-template.php
r35075 r35076 201 201 * @since 4.4.0 202 202 * 203 * @param string|array $size Optional. Registered image size to retrieve the source for or a flat 204 * array of height and width dimensions. Default 'post-thumbnail'. 203 * @param string|array $size Optional. Image size to use. Accepts any valid image size, 204 * or an array of width and height values in pixels (in that order). 205 * Default 'post-thumbnail'. 205 206 */ 206 207 function the_post_thumbnail_url( $size = 'post-thumbnail' ) {
Note: See TracChangeset
for help on using the changeset viewer.