Changeset 35075
- Timestamp:
- 10/12/2015 04:56:54 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-thumbnail-template.php
r35074 r35075 124 124 * @since 2.9.0 125 125 * 126 * @param string $size The post thumbnail size. Image size or array of width and height127 * values (in that order). Default 'post-thumbnail'.126 * @param string|array $size The post thumbnail size. Image size or array of width and height 127 * values (in that order). Default 'post-thumbnail'. 128 128 */ 129 129 $size = apply_filters( 'post_thumbnail_size', $size );
Note: See TracChangeset
for help on using the changeset viewer.