Changeset 35070 for trunk/src/wp-includes/post-thumbnail-template.php
- Timestamp:
- 10/12/2015 04:48:26 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-thumbnail-template.php
r35069 r35070 140 140 * @param int $post_id The post ID. 141 141 * @param string $post_thumbnail_id The post thumbnail ID. 142 * @param string $size The post thumbnail size. 142 * @param string $size The post thumbnail size. Image size or array of width 143 * and height values (in that order). Default 'post-thumbnail'. 143 144 */ 144 145 do_action( 'begin_fetch_post_thumbnail_html', $post->ID, $post_thumbnail_id, $size );
Note: See TracChangeset
for help on using the changeset viewer.