Make WordPress Core


Ignore:
Timestamp:
12/13/2011 11:45:31 PM (12 years ago)
Author:
ryan
Message:

Use one space, not two, after trailing punctuation. fixes #19537

File:
1 edited

Legend:

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

    r19029 r19593  
    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 int $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 */
     
    8383 *
    8484 * @param int $post_id Optional. Post ID.
    85  * @param string $size Optional. Image size.  Defaults to 'thumbnail'.
     85 * @param string $size Optional. Image size. Defaults to 'thumbnail'.
    8686 * @param string|array $attr Optional. Query string or array of attributes.
    8787 */
Note: See TracChangeset for help on using the changeset viewer.