Make WordPress Core


Ignore:
Timestamp:
08/27/2018 02:27:22 PM (8 years ago)
Author:
johnbillion
Message:

Docs: Correct and improve various inline documentation.

See #42505

File:
1 edited

Legend:

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

    r43571 r43582  
    34153415         * @since 3.5.0
    34163416         *
    3417          * @param array   $response   Array of prepared attachment data.
    3418          * @param WP_Post $attachment Attachment object.
    3419          * @param array   $meta       Array of attachment meta data.
     3417         * @param array       $response   Array of prepared attachment data.
     3418         * @param WP_Post     $attachment Attachment object.
     3419         * @param array|false $meta       Array of attachment meta data, or false if there is none.
    34203420         */
    34213421        return apply_filters( 'wp_prepare_attachment_for_js', $response, $attachment, $meta );
Note: See TracChangeset for help on using the changeset viewer.