diff --git a/src/wp-content/themes/twentyfourteen/screenshot.png b/src/wp-content/themes/twentyfourteen/screenshot.png index 184ecbba94..219c9f3142 100644 Binary files a/src/wp-content/themes/twentyfourteen/screenshot.png and b/src/wp-content/themes/twentyfourteen/screenshot.png differ diff --git a/src/wp-content/themes/twentyfourteen/sidebar-content.php b/src/wp-content/themes/twentyfourteen/sidebar-content.php index 5b3d5694a1..162e8791c3 100644 --- a/src/wp-content/themes/twentyfourteen/sidebar-content.php +++ b/src/wp-content/themes/twentyfourteen/sidebar-content.php @@ -6,6 +6,7 @@ * @subpackage Twenty_Fourteen * @since Twenty Fourteen 1.0 */ + if ( ! is_active_sidebar( 'sidebar-2' ) ) return; ?> diff --git a/src/wp-content/themes/twentyfourteen/tag.php b/src/wp-content/themes/twentyfourteen/tag.php index 9d0575891f..f854f7513e 100644 --- a/src/wp-content/themes/twentyfourteen/tag.php +++ b/src/wp-content/themes/twentyfourteen/tag.php @@ -20,7 +20,7 @@ get_header(); ?>
-

+

_e( 'Asides', 'twentyfourteen' ); elseif ( is_tax( 'post_format', 'post-format-image' ) ) : - _e( 'Images', 'twentyfourteen'); + _e( 'Images', 'twentyfourteen' ); elseif ( is_tax( 'post_format', 'post-format-video' ) ) : _e( 'Videos', 'twentyfourteen' );