Make WordPress Core

Changeset 35080


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

Docs: Specify the default image size in the $size parameter description for the image_send_to_editor hook.

See #34257. See #32246. See [35058].

File:
1 edited

Legend:

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

    r35079 r35080  
    143143     * @param string       $url     The image source URL.
    144144     * @param string|array $size    Size of image. Image size or array of width and height values
    145      *                              (in that order).
     145     *                              (in that order). Default 'medium'.
    146146     * @param string       $alt     The image alternative, or alt, text.
    147147     */
Note: See TracChangeset for help on using the changeset viewer.