Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Commit

Permalink
Capitalizing "WordPress"
Browse files Browse the repository at this point in the history
  • Loading branch information
ckhicks committed May 15, 2013
1 parent 443846e commit bf13968
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion 404.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package WordPress
* @subpackage HTML5-Reset-Wordpress-Theme
* @subpackage HTML5-Reset-WordPress-Theme
* @since HTML5 Reset 2.0
*/
get_header(); ?>
Expand Down
2 changes: 1 addition & 1 deletion archive.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package WordPress
* @subpackage HTML5-Reset-Wordpress-Theme
* @subpackage HTML5-Reset-WordPress-Theme
* @since HTML5 Reset 2.0
*/
get_header(); ?>
Expand Down
4 changes: 2 additions & 2 deletions footer.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package WordPress
* @subpackage HTML5-Reset-Wordpress-Theme
* @subpackage HTML5-Reset-WordPress-Theme
* @since HTML5 Reset 2.0
*/
?>
Expand All @@ -16,7 +16,7 @@

<!-- here comes the javascript -->

<!-- jQuery is called via the Wordpress-friendly way via functions.php -->
<!-- jQuery is called via the WordPress-friendly way via functions.php -->

<!-- this is where we put our custom functions -->
<script src="<?php bloginfo('template_directory'); ?>/_/js/functions.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package WordPress
* @subpackage HTML5-Reset-Wordpress-Theme
* @subpackage HTML5-Reset-WordPress-Theme
* @since HTML5 Reset 2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion header.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package WordPress
* @subpackage HTML5-Reset-Wordpress-Theme
* @subpackage HTML5-Reset-WordPress-Theme
* @since HTML5 Reset 2.0
*/
?><!doctype html>
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package WordPress
* @subpackage HTML5-Reset-Wordpress-Theme
* @subpackage HTML5-Reset-WordPress-Theme
* @since HTML5 Reset 2.0
*/
get_header(); ?>
Expand Down
2 changes: 1 addition & 1 deletion page.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package WordPress
* @subpackage HTML5-Reset-Wordpress-Theme
* @subpackage HTML5-Reset-WordPress-Theme
* @since HTML5 Reset 2.0
*/
get_header(); ?>
Expand Down
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# HTML5 Reset Wordpress Theme
# HTML5 Reset WordPress Theme

## May 15 Update

Expand All @@ -18,15 +18,15 @@ Good news! WordPress developer and all around good guy CK Hicks ([@ckhicks](http

## March 20 Update

The main HTML5 Reset repo has finally been updated, but I'm unqualified to update the Wordpress theme at this point. I would gladly take suggestions on what should be done with it.
The main HTML5 Reset repo has finally been updated, but I'm unqualified to update the WordPress theme at this point. I would gladly take suggestions on what should be done with it.

## Summary:

The HTML5 Reset Wordpress theme is a blank theme based on the [HTML5 Reset templates](https://github.com/murtaugh/HTML5-Reset). It's a great empty slate upon which to build your own HTML5-based Wordpress themes.
The HTML5 Reset WordPress theme is a blank theme based on the [HTML5 Reset templates](https://github.com/murtaugh/HTML5-Reset). It's a great empty slate upon which to build your own HTML5-based WordPress themes.

### hNews

In addition to all the standard Wordpress elements and classes, we have added the code required so that the single post template conforms with the [hNews microformat](http://microformats.org/wiki/hnews).
In addition to all the standard WordPress elements and classes, we have added the code required so that the single post template conforms with the [hNews microformat](http://microformats.org/wiki/hnews).

### HTML5 Reset brings to the table:

Expand Down
2 changes: 1 addition & 1 deletion search.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package WordPress
* @subpackage HTML5-Reset-Wordpress-Theme
* @subpackage HTML5-Reset-WordPress-Theme
* @since HTML5 Reset 2.0
*/
get_header(); ?>
Expand Down
2 changes: 1 addition & 1 deletion sidebar.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package WordPress
* @subpackage HTML5-Reset-Wordpress-Theme
* @subpackage HTML5-Reset-WordPress-Theme
* @since HTML5 Reset 2.0
*/
?>
Expand Down
2 changes: 1 addition & 1 deletion single.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package WordPress
* @subpackage HTML5-Reset-Wordpress-Theme
* @subpackage HTML5-Reset-WordPress-Theme
* @since HTML5 Reset 2.0
*/
get_header(); ?>
Expand Down
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Theme Name: The HTML5 Reset Theme
Theme URI: http://html5reset.org
Description: A style-free theme to get you started on an HTML5-based Wordpress theme of your own.
Description: A style-free theme to get you started on an HTML5-based WordPress theme of your own.
Author: Monkey Do! + @ckhicks
Author URI: http://monkeydo.biz
Version: 2.0
Expand Down Expand Up @@ -41,7 +41,7 @@ input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }


/* And here begins the Wordpress fun.
/* And here begins the WordPress fun.
-------------------------------------------------------------------------------*/

#page-wrap {width: 960px; margin: 20px auto;}
Expand Down

0 comments on commit bf13968

Please sign in to comment.