Changeset 20454
- Timestamp:
- 04/12/2012 09:02:24 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/image.php
r20384 r20454 33 33 * @since 2.1.0 34 34 * 35 * @param string|int $src _fileThe source file or Attachment ID.35 * @param string|int $src The source file or Attachment ID. 36 36 * @param int $src_x The start x position to crop from. 37 37 * @param int $src_y The start y position to crop from. … … 56 56 } 57 57 } else { 58 $src = wp_load_image( $src _file);58 $src = wp_load_image( $src ); 59 59 } 60 60
Note: See TracChangeset
for help on using the changeset viewer.