Make WordPress Core

Changeset 35073


Ignore:
Timestamp:
10/12/2015 04:52:15 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Normalize spacing in the post_thumbnail_html hook doc following [35072].

See #34257. See #32246.

File:
1 edited

Legend:

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

    r35072 r35073  
    168168     * @since 2.9.0
    169169     *
    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.
     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.
    176176     */
    177177    return apply_filters( 'post_thumbnail_html', $html, $post->ID, $post_thumbnail_id, $size, $attr );
Note: See TracChangeset for help on using the changeset viewer.