Make WordPress Core

Changeset 35079


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

Docs: Normalize spacing in the DocBlock for get_image_send_to_editor() following [35056].

See #34257. See #32246.

File:
1 edited

Legend:

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

    r35059 r35079  
    107107 * @since 2.5.0
    108108 *
    109  * @param int     $id        Image attachment id.
    110  * @param string  $caption  Image caption.
    111  * @param string  $title     Image title attribute.
    112  * @param string  $align     Image CSS alignment property.
    113  * @param string  $url       Optional. Image src URL. Default empty.
    114  * @param string  $rel       Optional. Image rel attribute. Default empty.
    115  * @param string|array $size Optional. Image size. Accepts any valid image size, or an array of width
    116  *                           and height values in pixels (in that order). Default 'medium'.
    117  * @param string  $alt       Optional. Image alt attribute. Default empty.
     109 * @param int          $id      Image attachment id.
     110 * @param string       $caption Image caption.
     111 * @param string       $title   Image title attribute.
     112 * @param string       $align   Image CSS alignment property.
     113 * @param string       $url     Optional. Image src URL. Default empty.
     114 * @param string       $rel     Optional. Image rel attribute. Default empty.
     115 * @param string|array $size    Optional. Image size. Accepts any valid image size, or an array of width
     116 *                              and height values in pixels (in that order). Default 'medium'.
     117 * @param string       $alt     Optional. Image alt attribute. Default empty.
    118118 * @return string The HTML output to insert into the editor.
    119119 */
Note: See TracChangeset for help on using the changeset viewer.