Changeset 49017
- Timestamp:
- 09/20/2020 02:03:17 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/image.php
r48905 r49017 918 918 * @since 2.9.0 919 919 * 920 * @param string$attachment_id Attachment ID.920 * @param int $attachment_id Attachment ID. 921 921 * @param string $mime_type Image mime type. 922 922 * @param string $size Optional. Image size. Default 'full'. … … 952 952 * 953 953 * @param resource|GdImage $image Current image. 954 * @param string$attachment_id Attachment ID.954 * @param int $attachment_id Attachment ID. 955 955 * @param string $size Image size. 956 956 */ … … 975 975 * @access private 976 976 * 977 * @param string$attachment_id Attachment ID.977 * @param int $attachment_id Attachment ID. 978 978 * @param string $size Optional. Image size. Default 'full'. 979 979 * @return string|false File path or url on success, false on failure. … … 997 997 * 998 998 * @param string $path Path to the current image. 999 * @param string$attachment_id Attachment ID.999 * @param int $attachment_id Attachment ID. 1000 1000 * @param string $size Size of the image. 1001 1001 */ … … 1012 1012 * 1013 1013 * @param string $image_url Current image URL. 1014 * @param string$attachment_id Attachment ID.1014 * @param int $attachment_id Attachment ID. 1015 1015 * @param string $size Size of the image. 1016 1016 */ … … 1024 1024 * 1025 1025 * @param string|bool $filepath File path or URL to current image, or false. 1026 * @param string$attachment_id Attachment ID.1026 * @param int $attachment_id Attachment ID. 1027 1027 * @param string $size Size of the image. 1028 1028 */ … … 1036 1036 * @access private 1037 1037 * 1038 * @param string$attachment_id Attachment ID.1038 * @param int $attachment_id Attachment ID. 1039 1039 * @return string|false New file path on success, false on failure. 1040 1040 */
Note: See TracChangeset
for help on using the changeset viewer.