Document that the size parameter in image_downsize() can also be an array. props scribu, fixes #16263.
git-svn-id: https://develop.svn.wordpress.org/trunk@17542 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
04f55d16ff
commit
20b7808094
@ -125,7 +125,7 @@ function image_hwstring($width, $height) {
|
||||
* resize services.
|
||||
*
|
||||
* @param int $id Attachment ID for image.
|
||||
* @param string $size Optional, default is 'medium'. Size of image, can be 'thumbnail'.
|
||||
* @param array|string $size Optional, default is 'medium'. Size of image, either array or string.
|
||||
* @return bool|array False on failure, array on success.
|
||||
*/
|
||||
function image_downsize($id, $size = 'medium') {
|
||||
|
Loading…
Reference in New Issue
Block a user