Make WordPress Core


Ignore:
Timestamp:
08/30/2019 11:34:11 AM (6 years ago)
Author:
johnbillion
Message:

Docs: Correct and improve inline docs relating to caching, terms, meta, and some misc tweaks.

See #47110

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/media.php

    r45739 r45915  
    419419 * @param string $desc       Optional. Description of the side-loaded file. Default null.
    420420 * @param array  $post_data  Optional. Post data to override. Default empty array.
    421  * @return int|object The 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.
    422422 */
    423423function media_handle_sideload( $file_array, $post_id, $desc = null, $post_data = array() ) {
Note: See TracChangeset for help on using the changeset viewer.