Changeset 35073
- Timestamp:
- 10/12/2015 04:52:15 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-thumbnail-template.php
r35072 r35073 168 168 * @since 2.9.0 169 169 * 170 * @param string $html The post thumbnail HTML.171 * @param int $post_id The post ID.172 * @param string $post_thumbnail_id The post thumbnail ID.173 * @param string|array $size The post thumbnail size. Image size or array of width and height174 * values (in that order). Default 'post-thumbnail'.175 * @param string $attr Query string of attributes.170 * @param string $html The post thumbnail HTML. 171 * @param int $post_id The post ID. 172 * @param string $post_thumbnail_id The post thumbnail ID. 173 * @param string|array $size The post thumbnail size. Image size or array of width and height 174 * values (in that order). Default 'post-thumbnail'. 175 * @param string $attr Query string of attributes. 176 176 */ 177 177 return apply_filters( 'post_thumbnail_html', $html, $post->ID, $post_thumbnail_id, $size, $attr );
Note: See TracChangeset
for help on using the changeset viewer.