Changeset 39072 for trunk/src/wp-content/themes/twentyseventeen/template-parts/post/content-audio.php
- Timestamp:
- 11/01/2016 05:25:58 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/template-parts/post/content-audio.php
r38833 r39072 16 16 <?php 17 17 if ( is_sticky() && is_home() ) : 18 echo twentyseventeen_get_svg( array( 'icon' => ' pinned' ) );18 echo twentyseventeen_get_svg( array( 'icon' => 'thumb-tack' ) ); 19 19 endif; 20 20 ?>
Note: See TracChangeset
for help on using the changeset viewer.