Changeset 56122
- Timestamp:
- 07/01/2023 11:08:43 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r56112 r56122 750 750 * path and URL if registered size is passed to `$size` parameter. False on failure. 751 751 * 752 * @type string $file Path of image relative to uploads directory.752 * @type string $file Filename of image. 753 753 * @type int $width Width of image in pixels. 754 754 * @type int $height Height of image in pixels. 755 * @type string $path Absolute filesystem path of image.755 * @type string $path Path of image relative to uploads directory. 756 756 * @type string $url URL of image. 757 757 * }
Note: See TracChangeset
for help on using the changeset viewer.