Changeset 1173
- Timestamp:
- 01/23/2015 06:27:26 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/template-tags.php
r1172 r1173 755 755 foreach ( $since_terms as $since_term ) { 756 756 foreach ( $since_meta as $meta ) { 757 if ( $since_term->name == $meta['content'] ) {757 if ( is_array( $meta ) && $since_term->name == $meta['content'] ) { 758 758 $description = empty( $meta['description'] ) ? '' : '<span class="since-description">' . esc_html( $meta['description'] ) . '</span>'; 759 759
Note: See TracChangeset
for help on using the changeset viewer.