Changeset 41732 for trunk/src/wp-includes/theme.php
- Timestamp:
- 10/04/2017 02:58:07 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme.php
r41673 r41732 1215 1215 $header_images[$header_index]['thumbnail_url'] = $url; 1216 1216 $header_images[$header_index]['alt_text'] = get_post_meta( $header->ID, '_wp_attachment_image_alt', true ); 1217 $header_images[$header_index]['attachment_parent'] = (int) get_post_meta( $header->ID, '_wp_attachment_parent', true ); 1217 1218 1218 1219 if ( isset( $header_data['width'] ) )
Note: See TracChangeset
for help on using the changeset viewer.