Changeset 26030
- Timestamp:
- 11/06/2013 11:53:13 PM (12 years ago)
- Location:
- trunk/src/wp-content/themes/twentyfourteen
- Files:
-
- 4 edited
-
screenshot.png (modified) (previous)
-
sidebar-content.php (modified) (1 diff)
-
tag.php (modified) (1 diff)
-
taxonomy-post_format.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/sidebar-content.php
r25769 r26030 7 7 * @since Twenty Fourteen 1.0 8 8 */ 9 9 10 if ( ! is_active_sidebar( 'sidebar-2' ) ) 10 11 return; -
trunk/src/wp-content/themes/twentyfourteen/tag.php
r25985 r26030 21 21 22 22 <header class="archive-header"> 23 <h1 class="archive-title"><?php single_tag_title(); ;?></h1>23 <h1 class="archive-title"><?php single_tag_title(); ?></h1> 24 24 25 25 <?php -
trunk/src/wp-content/themes/twentyfourteen/taxonomy-post_format.php
r26023 r26030 29 29 30 30 elseif ( is_tax( 'post_format', 'post-format-image' ) ) : 31 _e( 'Images', 'twentyfourteen' );31 _e( 'Images', 'twentyfourteen' ); 32 32 33 33 elseif ( is_tax( 'post_format', 'post-format-video' ) ) :
Note: See TracChangeset
for help on using the changeset viewer.