Make WordPress Core


Ignore:
Timestamp:
01/05/2021 05:14:24 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Corrections and improvements to types used in various docblocks.

See #51800, #52217

File:
1 edited

Legend:

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

    r49927 r49936  
    33633363 * @param string|int[] $size Optional. Image size. Accepts any registered image size name, or an array
    33643364 *                           of width and height values in pixels (in that order). Default 'thumbnail'.
    3365  * @param string      $text Optional. Link text. Default false.
     3365 * @param string|false $text Optional. Link text. Default false.
    33663366 */
    33673367function previous_image_link( $size = 'thumbnail', $text = false ) {
     
    33783378 * @param string|int[] $size Optional. Image size. Accepts any registered image size name, or an array
    33793379 *                           of width and height values in pixels (in that order). Default 'thumbnail'.
    3380  * @param string      $text Optional. Link text. Default false.
     3380 * @param string|false $text Optional. Link text. Default false.
    33813381 */
    33823382function next_image_link( $size = 'thumbnail', $text = false ) {
Note: See TracChangeset for help on using the changeset viewer.