Changeset 49936 for trunk/src/wp-includes/media.php
- Timestamp:
- 01/05/2021 05:14:24 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r49927 r49936 3363 3363 * @param string|int[] $size Optional. Image size. Accepts any registered image size name, or an array 3364 3364 * of width and height values in pixels (in that order). Default 'thumbnail'. 3365 * @param string 3365 * @param string|false $text Optional. Link text. Default false. 3366 3366 */ 3367 3367 function previous_image_link( $size = 'thumbnail', $text = false ) { … … 3378 3378 * @param string|int[] $size Optional. Image size. Accepts any registered image size name, or an array 3379 3379 * of width and height values in pixels (in that order). Default 'thumbnail'. 3380 * @param string 3380 * @param string|false $text Optional. Link text. Default false. 3381 3381 */ 3382 3382 function next_image_link( $size = 'thumbnail', $text = false ) {
Note: See TracChangeset
for help on using the changeset viewer.