Make WordPress Core

Changeset 23227


Ignore:
Timestamp:
12/29/2012 05:59:08 PM (12 years ago)
Author:
markjaquith
Message:

Fix the PHPDoc for the_post_thumbnail(). props georgestephanis. fixes #22885

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/post-thumbnail-template.php

    r20646 r23227  
    4040 * @since 2.9.0
    4141 *
    42  * @param int $size Optional. Image size. Defaults to 'post-thumbnail', which theme sets using set_post_thumbnail_size( $width, $height, $crop_flag );.
     42 * @param string|array $size Optional. Image size. Defaults to 'post-thumbnail', which theme sets using set_post_thumbnail_size( $width, $height, $crop_flag );.
    4343 * @param string|array $attr Optional. Query string or array of attributes.
    4444 */
Note: See TracChangeset for help on using the changeset viewer.