Changeset 35039 for trunk/src/wp-includes/media.php
- Timestamp:
- 10/12/2015 03:28:45 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r35038 r35039 605 605 * 606 606 * @param int $post_id Attachment ID. 607 * @param array|string $size Optional. Registered image size to retrieve or flat array of height 608 * and width dimensions. Default 'thumbnail'. 607 * @param array|string $size Optional. Image size. Accepts any valid image size, or an array 608 * of width and height values in pixels (in that order). 609 * Default 'thumbnail'. 609 610 * @return false|array False on failure or array of file path, width, and height on success. 610 611 */
Note: See TracChangeset
for help on using the changeset viewer.