Changeset 52357 for trunk/src/wp-admin/includes/image.php
- Timestamp:
- 12/12/2021 02:51:34 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/image.php
r52332 r52357 223 223 * 224 224 * @param string $file Full path to the image file. 225 * @param int $attachment_id Attachment I dto process.225 * @param int $attachment_id Attachment ID to process. 226 226 * @return array The image attachment meta data. 227 227 */ … … 381 381 * @param string $file Full path to the image file. 382 382 * @param array $image_meta The attachment meta data array. 383 * @param int $attachment_id Attachment I dto process.383 * @param int $attachment_id Attachment ID to process. 384 384 * @return array The attachment meta data with updated `sizes` array. Includes an array of errors encountered while resizing. 385 385 */ … … 471 471 * @since 2.1.0 472 472 * 473 * @param int $attachment_id Attachment I dto process.474 * @param string $file Filepath of the Attached image.473 * @param int $attachment_id Attachment ID to process. 474 * @param string $file Filepath of the attached image. 475 475 * @return array Metadata for attachment. 476 476 */
Note: See TracChangeset
for help on using the changeset viewer.