Changeset 35055
- Timestamp:
- 10/12/2015 04:07:25 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/media.php
r34984 r35055 113 113 * @param string $url image src url 114 114 * @param string $rel image rel attribute 115 * @param string $size image size (thumbnail, medium, large, full or added with add_image_size() ) 115 * @param string|array $size Optional. Image size. Accepts any valid image size, or an array of width 116 * and height values in pixels (in that order). 116 117 * @return string the html to insert into editor 117 118 */
Note: See TracChangeset
for help on using the changeset viewer.