Correcting some irregular capitalisation and coding standards issues

This commit is contained in:
Jack Lenox 2014-06-25 00:13:36 +01:00
parent b6ad3b341a
commit 776eaf6e94
6 changed files with 18 additions and 14 deletions

View file

@ -1,6 +1,6 @@
<?php
/**
* The template for displaying Archive pages.
* The template for displaying archive pages.
*
* Learn more: http://codex.wordpress.org/Template_Hierarchy
*
@ -39,10 +39,10 @@ get_header(); ?>
_e( 'Asides', '_s' );
elseif ( is_tax( 'post_format', 'post-format-gallery' ) ) :
_e( 'Galleries', '_s');
_e( 'Galleries', '_s' );
elseif ( is_tax( 'post_format', 'post-format-image' ) ) :
_e( 'Images', '_s');
_e( 'Images', '_s' );
elseif ( is_tax( 'post_format', 'post-format-video' ) ) :
_e( 'Videos', '_s' );