Roots 7.0.2

This commit is contained in:
Ben Word
2014-10-24 17:21:44 -05:00
parent 2c91354d17
commit 246594f230
5 changed files with 22 additions and 74 deletions

View File

@@ -1,4 +1,4 @@
### HEAD ### 7.0.2: October 24th, 2014
* Simplify comments, use core comment form and list * Simplify comments, use core comment form and list
* Remove HTML5 shiv from Modernizr build * Remove HTML5 shiv from Modernizr build
* Move JavaScript to footer * Move JavaScript to footer

View File

@@ -1,6 +1,6 @@
{ {
"name": "roots", "name": "roots",
"version": "7.0.1", "version": "7.0.2",
"homepage": "http://roots.io", "homepage": "http://roots.io",
"authors": [ "authors": [
"Ben Word <ben@benword.com>" "Ben Word <ben@benword.com>"

View File

@@ -1,5 +1,4 @@
msgid "" msgid ""
msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
@@ -20,10 +19,12 @@ msgid "an out-of-date link"
msgstr "" msgstr ""
#: base.php:6 #: base.php:6
msgid "You are using an <strong>outdated</strong> browser. Please <a href=\"http://browsehappy.com/\">upgrade your browser</a> to improve your experience." msgid ""
"You are using an <strong>outdated</strong> browser. Please <a href=\"http://"
"browsehappy.com/\">upgrade your browser</a> to improve your experience."
msgstr "" msgstr ""
#: functions.php:29 #: functions.php:28
msgid "Error locating %s for inclusion" msgid "Error locating %s for inclusion"
msgstr "" msgstr ""
@@ -48,7 +49,9 @@ msgid "%s Theme Activation"
msgstr "" msgstr ""
#: lib/activation.php:52 #: lib/activation.php:52
msgid "These settings are optional and should usually be used only on a fresh installation" msgid ""
"These settings are optional and should usually be used only on a fresh "
"installation"
msgstr "" msgstr ""
#: lib/activation.php:59 lib/activation.php:62 #: lib/activation.php:59 lib/activation.php:62
@@ -110,11 +113,11 @@ msgstr ""
msgid "Continued" msgid "Continued"
msgstr "" msgstr ""
#: lib/init.php:36 #: lib/init.php:40
msgid "Primary" msgid "Primary"
msgstr "" msgstr ""
#: lib/init.php:45 #: lib/init.php:49
msgid "Footer" msgid "Footer"
msgstr "" msgstr ""
@@ -146,21 +149,10 @@ msgstr ""
msgid "Not Found" msgid "Not Found"
msgstr "" msgstr ""
#: templates/comment.php:4
msgid "%1$s"
msgstr ""
#: templates/comment.php:5
msgid "(Edit)"
msgstr ""
#: templates/comment.php:9
msgid "Your comment is awaiting moderation."
msgstr ""
#: templates/comments.php:9 #: templates/comments.php:9
msgid "One Response to &ldquo;%2$s&rdquo;" msgctxt "comments title"
msgid_plural "%1$s Responses to &ldquo;%2$s&rdquo;" msgid "One response to &ldquo;%2$s&rdquo;"
msgid_plural "%1$s responses to &ldquo;%2$s&rdquo;"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
@@ -172,58 +164,10 @@ msgstr ""
msgid "Newer comments &rarr;" msgid "Newer comments &rarr;"
msgstr "" msgstr ""
#: templates/comments.php:30 templates/comments.php:35 #: templates/comments.php:31
msgid "Comments are closed." msgid "Comments are closed."
msgstr "" msgstr ""
#: templates/comments.php:42
msgid "Leave a Reply"
msgstr ""
#: templates/comments.php:42
msgid "Leave a Reply to %s"
msgstr ""
#: templates/comments.php:45
msgid "You must be <a href=\"%s\">logged in</a> to post a comment."
msgstr ""
#: templates/comments.php:50
msgid "Logged in as <a href=\"%s/wp-admin/profile.php\">%s</a>."
msgstr ""
#: templates/comments.php:51
msgid "Log out of this account"
msgstr ""
#: templates/comments.php:51
msgid "Log out &raquo;"
msgstr ""
#: templates/comments.php:55
msgid "Name"
msgstr ""
#: templates/comments.php:55 templates/comments.php:59
msgid " (required)"
msgstr ""
#: templates/comments.php:59
msgid "Email (will not be published)"
msgstr ""
#: templates/comments.php:63
msgid "Website"
msgstr ""
#: templates/comments.php:68
msgid "Comment"
msgstr ""
#: templates/comments.php:71
msgid "Submit Comment"
msgstr ""
#: templates/content-single.php:11 #: templates/content-single.php:11
msgid "Pages:" msgid "Pages:"
msgstr "" msgstr ""
@@ -239,6 +183,7 @@ msgstr ""
#: templates/searchform.php:4 templates/searchform.php:6 #: templates/searchform.php:4 templates/searchform.php:6
msgid "Search" msgid "Search"
msgstr "" msgstr ""
#. Theme Name of the plugin/theme #. Theme Name of the plugin/theme
msgid "Roots Starter Theme" msgid "Roots Starter Theme"
msgstr "" msgstr ""
@@ -248,7 +193,10 @@ msgid "http://roots.io/starter-theme/"
msgstr "" msgstr ""
#. Description of the plugin/theme #. Description of the plugin/theme
msgid "Roots is a WordPress starter theme based on HTML5 Boilerplate & Bootstrap. <a href=\"https://github.com/roots/roots/contributors\">Contribute on GitHub</a>" msgid ""
"Roots is a WordPress starter theme based on HTML5 Boilerplate & Bootstrap. "
"<a href=\"https://github.com/roots/roots/contributors\">Contribute on "
"GitHub</a>"
msgstr "" msgstr ""
#. Author of the plugin/theme #. Author of the plugin/theme

View File

@@ -1,6 +1,6 @@
{ {
"name": "roots", "name": "roots",
"version": "7.0.1", "version": "7.0.2",
"author": "Ben Word <ben@benword.com>", "author": "Ben Word <ben@benword.com>",
"homepage": "http://roots.io", "homepage": "http://roots.io",
"repository": { "repository": {

View File

@@ -2,7 +2,7 @@
Theme Name: Roots Starter Theme Theme Name: Roots Starter Theme
Theme URI: http://roots.io/starter-theme/ Theme URI: http://roots.io/starter-theme/
Description: Roots is a WordPress starter theme based on HTML5 Boilerplate & Bootstrap. <a href="https://github.com/roots/roots/contributors">Contribute on GitHub</a> Description: Roots is a WordPress starter theme based on HTML5 Boilerplate & Bootstrap. <a href="https://github.com/roots/roots/contributors">Contribute on GitHub</a>
Version: 7.0.1 Version: 7.0.2
Author: Roots Author: Roots
Author URI: http://roots.io/ Author URI: http://roots.io/