Changeset 45915 for trunk/src/wp-admin/includes/media.php
- Timestamp:
- 08/30/2019 11:34:11 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/media.php
r45739 r45915 419 419 * @param string $desc Optional. Description of the side-loaded file. Default null. 420 420 * @param array $post_data Optional. Post data to override. Default empty array. 421 * @return int| objectThe ID of the attachment or a WP_Error on failure.421 * @return int|WP_Error The ID of the attachment or a WP_Error on failure. 422 422 */ 423 423 function media_handle_sideload( $file_array, $post_id, $desc = null, $post_data = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.