Docs: Adjust documentation for the $size
parameter in previous_image_link()
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@35047 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
da8c9d6c7e
commit
0cebe5df94
@ -2406,8 +2406,9 @@ add_shortcode( 'video', 'wp_video_shortcode' );
|
||||
*
|
||||
* @see adjacent_image_link()
|
||||
*
|
||||
* @param string|array $size Optional. Registered image size or flat array of height and width dimensions.
|
||||
* 0 or 'none' will default to 'post_title' or `$text`. Default 'thumbnail'.
|
||||
* @param string|array $size Optional. Image size. Accepts any valid image size, an array of width and
|
||||
* height values in pixels (in that order), 0, or 'none'. 0 or 'none' will
|
||||
* default to 'post_title' or `$text`. Default 'thumbnail'.
|
||||
* @param string $text Optional. Link text. Default false.
|
||||
*/
|
||||
function previous_image_link( $size = 'thumbnail', $text = false ) {
|
||||
|
Loading…
Reference in New Issue
Block a user