Changeset 49021 for trunk/src/wp-admin/includes/media.php
- Timestamp:
- 09/20/2020 04:21:42 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/media.php
r49020 r49021 126 126 * @param string $url Optional. Image src URL. Default empty. 127 127 * @param bool|string $rel Optional. Value for rel attribute or whether to add a default value. Default false. 128 * @param string| array $size Optional. Image size. Accepts any valid image size, or an array of width129 * and height values in pixels (in that order). Default 'medium'.128 * @param string|int[] $size Optional. Image size. Accepts any registered image size name, or an array of 129 * width and height values in pixels (in that order). Default 'medium'. 130 130 * @param string $alt Optional. Image alt attribute. Default empty. 131 131 * @return string The HTML output to insert into the editor. … … 161 161 * @param string $align The image alignment. 162 162 * @param string $url The image source URL. 163 * @param string| array $size Size of image. Image size or array of width and height values164 * (in that order). Default 'medium'.163 * @param string|int[] $size Requested image size. Can be any registered image size name, or 164 * an array of width and height values in pixels (in that order). 165 165 * @param string $alt The image alternative, or alt, text. 166 166 * @param string $rel The image rel attribute.
Note: See TracChangeset
for help on using the changeset viewer.