Merge pull request #524 from jacklenox/dev

Capitalisation and coding standards corrections - props @jacklenox
This commit is contained in:
Tammie Lister 2014-06-25 11:47:40 +01:00
commit 4dad296c3a
7 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* The template for displaying 404 pages (Not Found). * The template for displaying 404 pages (not found).
* *
* @package _s * @package _s
*/ */

View File

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

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* The template for displaying Comments. * The template for displaying comments.
* *
* The area of the page that contains both current comments * The area of the page that contains both current comments
* and the comment form. * and the comment form.

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* The Header for our theme. * The header for our theme.
* *
* Displays all of the <head> section and everything up till <div id="content"> * Displays all of the <head> section and everything up till <div id="content">
* *

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* The template for displaying Search Results pages. * The template for displaying search results pages.
* *
* @package _s * @package _s
*/ */

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* The Sidebar containing the main widget areas. * The sidebar containing the main widget areas.
* *
* @package _s * @package _s
*/ */

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* The Template for displaying all single posts. * The template for displaying all single posts.
* *
* @package _s * @package _s
*/ */