Docs: Adjust documentation for the $size
parameter in wp_get_attachment_image_src()
to clarify the required order of width and height values when passing an array.
See #34257. git-svn-id: https://develop.svn.wordpress.org/trunk@35040 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
cc1bcb6add
commit
43c2e54456
@ -707,8 +707,8 @@ function get_intermediate_image_sizes() {
|
|||||||
* @since 2.5.0
|
* @since 2.5.0
|
||||||
*
|
*
|
||||||
* @param int $attachment_id Image attachment ID.
|
* @param int $attachment_id Image attachment ID.
|
||||||
* @param string|array $size Optional. Registered image size to retrieve the source for or a flat
|
* @param string|array $size Optional. Image size. Accepts any valid image size, or an array of width
|
||||||
* array of height and width dimensions. Default 'thumbnail'.
|
* and height values in pixels (in that order). Default 'thumbnail'.
|
||||||
* @param bool $icon Optional. Whether the image should be treated as an icon. Default false.
|
* @param bool $icon Optional. Whether the image should be treated as an icon. Default false.
|
||||||
* @return false|array Returns an array (url, width, height, is_intermediate), or false, if no image is available.
|
* @return false|array Returns an array (url, width, height, is_intermediate), or false, if no image is available.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user