Changeset 10169 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/template-parts/component-taxonomy-item.php
- Timestamp:
- 08/13/2020 11:43:14 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/template-parts/component-taxonomy-item.php
r10131 r10169 11 11 12 12 <li> 13 <span class="dashicons dashicons-<?php echo $detail[ 'icon' ]; ?>"></span>14 <span><?php echo $detail[ 'label']; ?></span>15 <strong>16 <span><?php echo $detail[ 'values' ]; ?></span>17 </strong>13 <span class="dashicons dashicons-<?php echo esc_attr( $detail['icon'] ); ?>"></span> 14 <span><?php echo esc_html( $detail['label'] ); ?></span> 15 <strong> 16 <span><?php echo esc_html( $detail['values'] ); ?></span> 17 </strong> 18 18 </li>
Note: See TracChangeset
for help on using the changeset viewer.