Make WordPress Core

Changeset 37194


Ignore:
Timestamp:
04/13/2016 07:27:15 AM (8 years ago)
Author:
SergeyBiryukov
Message:

Docs: Fix typo in get_image_send_to_editor() description.

Props yoavf.
See #36349.

File:
1 edited

Legend:

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

    r37035 r37194  
    112112 * @param string       $align   Image CSS alignment property.
    113113 * @param string       $url     Optional. Image src URL. Default empty.
    114  * @param bool|string  $rel     Optional. Value for rel attribute or whether to add a dafault value. Default false.
     114 * @param bool|string  $rel     Optional. Value for rel attribute or whether to add a default value. Default false.
    115115 * @param string|array $size    Optional. Image size. Accepts any valid image size, or an array of width
    116116 *                              and height values in pixels (in that order). Default 'medium'.
Note: See TracChangeset for help on using the changeset viewer.