Changeset 1526
- Timestamp:
- 04/30/2015 11:28:50 PM (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
r1325 r1526 756 756 foreach ( $since_meta as $meta ) { 757 757 if ( is_array( $meta ) && $since_term->name == $meta['content'] ) { 758 $description = empty( $meta['description'] ) ? '' : '<span class="since-description">' . esc_html( $meta['description']) . '</span>';758 $description = empty( $meta['description'] ) ? '' : '<span class="since-description">' . esc_html( strip_tags( $meta['description'] ) ) . '</span>'; 759 759 760 760 $data[ $since_term->name ] = array(
Note: See TracChangeset
for help on using the changeset viewer.