Skip to content

Commit

Permalink
Fixed theme name
Browse files Browse the repository at this point in the history
  • Loading branch information
peiche committed Feb 13, 2015
1 parent 55ad8f3 commit 0150bd0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Travis CI (MIT License) configuration file for the Underscores WordPress theme
# Travis CI (MIT License) configuration file for the Cover WordPress theme
# @link https://travis-ci.org/

# For use with the Cover WordPress theme
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
![Travis CI Build Status](https://travis-ci.org/peiche/cover.svg?branch=master)
#Cover

#Introducing Cover
[![GitHub Release](http://img.shields.io/github/release/peiche/cover.svg?style=flat)](https://github.com/peiche/cover/releases/latest)
[![Built with Grunt](http://img.shields.io/badge/built_with-GRUNT-orange.svg?style=flat)](http://gruntjs.com/)
![Build Status](https://travis-ci.org/peiche/cover.svg?branch=master)
![License](https://img.shields.io/badge/license-GPLv2-blue.svg?style=flat)

Cover is a content-driven blogging theme for WordPress. Built on top of Automattic’s _s (Underscores) and bundled with Font Awesome, Cover allows you to focus on your writing. There are no sidebars to mess with, just a single column view of your content.

Expand Down
4 changes: 2 additions & 2 deletions codesniffer.ruleset.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0"?>
<ruleset name="Underscores WordPress Theme Coding Standards Configuration">
<ruleset name="Cover WordPress Theme Coding Standards Configuration">
<!-- See https://github.com/squizlabs/PHP_CodeSniffer/wiki/Annotated-ruleset.xml -->
<!-- See https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/blob/develop/WordPress-Core/ruleset.xml -->

<!-- Set a description for this ruleset. -->
<description>A custom set of code standard rules to check for Underscores.</description>
<description>A custom set of code standard rules to check for Cover.</description>

<!-- Include the WordPress ruleset, with exclusions. -->
<rule ref="WordPress">
Expand Down
6 changes: 3 additions & 3 deletions languages/cover.pot
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ msgid "_s"
msgstr ""

#. Theme URI of the plugin/theme
msgid "http://underscores.me/"
msgid "http://eichefam.net/projects/cover"
msgstr ""

#. Description of the plugin/theme
Expand All @@ -318,9 +318,9 @@ msgid ""
msgstr ""

#. Author of the plugin/theme
msgid "Automattic"
msgid "Paul Eiche"
msgstr ""

#. Author URI of the plugin/theme
msgid "http://automattic.com/"
msgid "http://eichefam.net/"
msgstr ""

0 comments on commit 0150bd0

Please sign in to comment.