Skip to content
This repository has been archived by the owner on Apr 21, 2018. It is now read-only.

Commit

Permalink
Capitalize Debut in @Package
Browse files Browse the repository at this point in the history
  • Loading branch information
kwight committed Oct 27, 2012
1 parent 0447b38 commit 0d77aa1
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion 404.php
Expand Up @@ -2,7 +2,7 @@
/** /**
* The template for displaying 404 pages (Not Found). * The template for displaying 404 pages (Not Found).
* *
* @package debut * @package Debut
* @since 1.0 * @since 1.0
*/ */


Expand Down
2 changes: 1 addition & 1 deletion archive.php
Expand Up @@ -4,7 +4,7 @@
* *
* Learn more: http://codex.wordpress.org/Template_Hierarchy * Learn more: http://codex.wordpress.org/Template_Hierarchy
* *
* @package debut * @package Debut
* @since 1.0 * @since 1.0
*/ */


Expand Down
2 changes: 1 addition & 1 deletion comments.php
Expand Up @@ -7,7 +7,7 @@
* handled by a callback to _s_comment() which is * handled by a callback to _s_comment() which is
* located in the functions.php file. * located in the functions.php file.
* *
* @package debut * @package Debut
* @since 1.0 * @since 1.0
*/ */
?> ?>
Expand Down
2 changes: 1 addition & 1 deletion content-page.php
Expand Up @@ -2,7 +2,7 @@
/** /**
* The template used for displaying page content in page.php * The template used for displaying page content in page.php
* *
* @package debut * @package Debut
* @since 1.0 * @since 1.0
*/ */
?> ?>
Expand Down
2 changes: 1 addition & 1 deletion content-single.php
@@ -1,6 +1,6 @@
<?php <?php
/** /**
* @package debut * @package Debut
* @since 1.0 * @since 1.0
*/ */
?> ?>
Expand Down
2 changes: 1 addition & 1 deletion content.php
@@ -1,6 +1,6 @@
<?php <?php
/** /**
* @package debut * @package Debut
* @since 1.0 * @since 1.0
*/ */
?> ?>
Expand Down
2 changes: 1 addition & 1 deletion footer.php
Expand Up @@ -4,7 +4,7 @@
* *
* (Feel free to remove all links if you choose.) * (Feel free to remove all links if you choose.)
* *
* @package debut * @package Debut
* @since 1.0 * @since 1.0
*/ */
?> ?>
Expand Down
2 changes: 1 addition & 1 deletion full-width.php
Expand Up @@ -4,7 +4,7 @@
* *
* This template displays the content full-width, with no sidebar. * This template displays the content full-width, with no sidebar.
* *
* @package debut * @package Debut
* @since 1.0.4 * @since 1.0.4
*/ */


Expand Down
2 changes: 1 addition & 1 deletion functions.php
Expand Up @@ -2,7 +2,7 @@
/** /**
* Debut functions and definitions * Debut functions and definitions
* *
* @package debut * @package Debut
* @since 1.0 * @since 1.0
*/ */


Expand Down
2 changes: 1 addition & 1 deletion header.php
Expand Up @@ -4,7 +4,7 @@
* *
* Displays all of the <head> section and everything up till <div id="main"> * Displays all of the <head> section and everything up till <div id="main">
* *
* @package debut * @package Debut
* @since 1.0 * @since 1.0
*/ */
?> ?>
Expand Down
2 changes: 1 addition & 1 deletion image.php
Expand Up @@ -2,7 +2,7 @@
/** /**
* The template for displaying image attachments. * The template for displaying image attachments.
* *
* @package debut * @package Debut
* @since 1.0 * @since 1.0
*/ */


Expand Down
2 changes: 1 addition & 1 deletion index.php
Expand Up @@ -8,7 +8,7 @@
* E.g., it puts together the home page when no home.php file exists. * E.g., it puts together the home page when no home.php file exists.
* Learn more: http://codex.wordpress.org/Template_Hierarchy * Learn more: http://codex.wordpress.org/Template_Hierarchy
* *
* @package debut * @package Debut
* @since 1.0 * @since 1.0
*/ */


Expand Down
2 changes: 1 addition & 1 deletion no-results.php
Expand Up @@ -4,7 +4,7 @@
* *
* Learn more: http://codex.wordpress.org/Template_Hierarchy * Learn more: http://codex.wordpress.org/Template_Hierarchy
* *
* @package debut * @package Debut
* @since 1.0 * @since 1.0
*/ */
?> ?>
Expand Down
2 changes: 1 addition & 1 deletion page.php
Expand Up @@ -7,7 +7,7 @@
* and that other 'pages' on your WordPress site will use a * and that other 'pages' on your WordPress site will use a
* different template. * different template.
* *
* @package debut * @package Debut
* @since 1.0 * @since 1.0
*/ */


Expand Down
2 changes: 1 addition & 1 deletion search.php
Expand Up @@ -2,7 +2,7 @@
/** /**
* The template for displaying Search Results pages. * The template for displaying Search Results pages.
* *
* @package debut * @package Debut
* @since 1.0 * @since 1.0
*/ */


Expand Down
2 changes: 1 addition & 1 deletion searchform.php
Expand Up @@ -2,7 +2,7 @@
/** /**
* The template for displaying search forms * The template for displaying search forms
* *
* @package debut * @package Debut
* @since 1.0 * @since 1.0
*/ */
?> ?>
Expand Down
2 changes: 1 addition & 1 deletion sidebar.php
Expand Up @@ -2,7 +2,7 @@
/** /**
* The Sidebar containing the main widget areas. * The Sidebar containing the main widget areas.
* *
* @package debut * @package Debut
* @since 1.0 * @since 1.0
*/ */
?> ?>
Expand Down
2 changes: 1 addition & 1 deletion single.php
Expand Up @@ -2,7 +2,7 @@
/** /**
* The Template for displaying all single posts. * The Template for displaying all single posts.
* *
* @package debut * @package Debut
* @since 1.0 * @since 1.0
*/ */


Expand Down

0 comments on commit 0d77aa1

Please sign in to comment.