Changeset 43582 for trunk/src/wp-includes/media.php
- Timestamp:
- 08/27/2018 02:27:22 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r43571 r43582 3415 3415 * @since 3.5.0 3416 3416 * 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. 3420 3420 */ 3421 3421 return apply_filters( 'wp_prepare_attachment_for_js', $response, $attachment, $meta );
Note: See TracChangeset
for help on using the changeset viewer.