Changeset 39072 for trunk/src/wp-content/themes/twentyseventeen/template-parts/post/content-video.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-video.php
r38833 r39072 15 15 <?php 16 16 if ( is_sticky() && is_home() ) : 17 echo twentyseventeen_get_svg( array( 'icon' => ' pinned' ) );17 echo twentyseventeen_get_svg( array( 'icon' => 'thumb-tack' ) ); 18 18 endif; 19 19 ?>
Note: See TracChangeset
for help on using the changeset viewer.