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