Changeset 28375
- Timestamp:
- 05/13/2014 04:12:02 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/custom-header.php
r28294 r28375 1116 1116 1117 1117 /** 1118 * Insert an attachment &its metadata.1118 * Insert an attachment and its metadata. 1119 1119 * 1120 1120 * @param array $object Attachment object. … … 1127 1127 $metadata = wp_generate_attachment_metadata( $attachment_id, $cropped ); 1128 1128 /** 1129 * Allows us to insert custom meta data for an attachment.1129 * Filter the header image attachment metadata. 1130 1130 * 1131 * @since 3.9.0 1132 * 1133 * @see wp_generate_attachment_metadata() 1134 * 1135 * @param array $metadata Attachment metadata. 1131 1136 */ 1132 1137 $metadata = apply_filters( 'wp_header_image_attachment_metadata', $metadata );
Note: See TracChangeset
for help on using the changeset viewer.