Make WordPress Core


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

Docs: Normalize spacing in the image_send_to_editor hook doc following [35058].

See #34257. See #32246.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/media.php

    r35058 r35059  
    136136     * @since 2.5.0
    137137     *
    138      * @param string $html    The image HTML markup to send.
    139      * @param int    $id      The attachment id.
    140      * @param string $caption The image caption.
    141      * @param string $title   The image title.
    142      * @param string $align   The image alignment.
    143      * @param string $url     The image source URL.
    144      * @param string|array $size Size of image. Image size or array of width and height values
    145  *                               (in that order).
    146      * @param string $alt     The image alternative, or alt, text.
     138     * @param string       $html    The image HTML markup to send.
     139     * @param int          $id      The attachment id.
     140     * @param string       $caption The image caption.
     141     * @param string       $title   The image title.
     142     * @param string       $align   The image alignment.
     143     * @param string       $url     The image source URL.
     144     * @param string|array $size    Size of image. Image size or array of width and height values
     145     *                              (in that order).
     146     * @param string       $alt     The image alternative, or alt, text.
    147147     */
    148148    $html = apply_filters( 'image_send_to_editor', $html, $id, $caption, $title, $align, $url, $size, $alt );
Note: See TracChangeset for help on using the changeset viewer.