Changeset 15355 for trunk/wp-includes/post-thumbnail-template.php
- Timestamp:
- 06/30/2010 12:05:18 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/post-thumbnail-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-thumbnail-template.php
r13382 r15355 58 58 * @param string $size Optional. Image size. Defaults to 'thumbnail'. 59 59 * @param string|array $attr Optional. Query string or array of attributes. 60 */60 */ 61 61 function get_the_post_thumbnail( $post_id = NULL, $size = 'post-thumbnail', $attr = '' ) { 62 62 global $id;
Note: See TracChangeset
for help on using the changeset viewer.