Changeset 32618
- Timestamp:
- 05/27/2015 04:28:37 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-thumbnail-template.php
r31853 r32618 27 27 * @since 2.9.0 28 28 * 29 * @param int $post_id Optional. Post ID.30 * @return int29 * @param int|null $post_id Optional. Post ID. 30 * @return mixed 31 31 */ 32 32 function get_post_thumbnail_id( $post_id = null ) { … … 62 62 * @since 3.2.0 63 63 * 64 * @param object $wp_query Optional. A WP_Query instance. Defaults to the $wp_query global. 64 * @global WP_Query $wp_query 65 * 66 * @param WP_Query $wp_query Optional. A WP_Query instance. Defaults to the $wp_query global. 65 67 */ 66 68 function update_post_thumbnail_cache( $wp_query = null ) { … … 100 102 * and width values. Default 'post-thumbnail'. 101 103 * @param string|array $attr Optional. Query string or array of attributes. Default empty. 104 * @return string 102 105 */ 103 106 function get_the_post_thumbnail( $post_id = null, $size = 'post-thumbnail', $attr = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.