Sage 8.3.0
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
### HEAD
|
### 8.3.0: October 13th, 2015
|
||||||
|
* Setup organization ([#1558](https://github.com/roots/sage/pull/1558))
|
||||||
* Remove redundancy with WAI-ARIA in HTML ([#1557](https://github.com/roots/sage/pull/1557))
|
* Remove redundancy with WAI-ARIA in HTML ([#1557](https://github.com/roots/sage/pull/1557))
|
||||||
* Rename config.php to setup.php ([#1556](https://github.com/roots/sage/pull/1556))
|
* Rename config.php to setup.php ([#1556](https://github.com/roots/sage/pull/1556))
|
||||||
* Move init.php to config.php ([#1555](https://github.com/roots/sage/pull/1555))
|
* Move init.php to config.php ([#1555](https://github.com/roots/sage/pull/1555))
|
||||||
|
|||||||
@@ -7,17 +7,17 @@ msgstr ""
|
|||||||
msgid "Sorry, but the page you were trying to view does not exist."
|
msgid "Sorry, but the page you were trying to view does not exist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: base.php:12
|
#: base.php:14
|
||||||
msgid ""
|
msgid ""
|
||||||
"You are using an <strong>outdated</strong> browser. Please <a href=\"http://"
|
"You are using an <strong>outdated</strong> browser. Please <a href=\"http://"
|
||||||
"browsehappy.com/\">upgrade your browser</a> to improve your experience."
|
"browsehappy.com/\">upgrade your browser</a> to improve your experience."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: functions.php:25
|
#: functions.php:22
|
||||||
msgid "Error locating %s for inclusion"
|
msgid "Error locating %s for inclusion"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: index.php:5
|
#: index.php:5 search.php:5
|
||||||
msgid "Sorry, no results were found."
|
msgid "Sorry, no results were found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -25,15 +25,15 @@ msgstr ""
|
|||||||
msgid "Continued"
|
msgid "Continued"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/init.php:22
|
#: lib/setup.php:30
|
||||||
msgid "Primary Navigation"
|
msgid "Primary Navigation"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/init.php:49
|
#: lib/setup.php:57
|
||||||
msgid "Primary"
|
msgid "Primary"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/init.php:58
|
#: lib/setup.php:66
|
||||||
msgid "Footer"
|
msgid "Footer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -76,14 +76,6 @@ msgstr ""
|
|||||||
msgid "By"
|
msgid "By"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/searchform.php:2
|
|
||||||
msgid "Search for:"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: templates/searchform.php:4 templates/searchform.php:6
|
|
||||||
msgid "Search"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. Theme Name of the plugin/theme
|
#. Theme Name of the plugin/theme
|
||||||
msgid "Sage Starter Theme"
|
msgid "Sage Starter Theme"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "sage",
|
"name": "sage",
|
||||||
"version": "8.2.1",
|
"version": "8.3.0",
|
||||||
"author": "Ben Word <ben@benword.com>",
|
"author": "Ben Word <ben@benword.com>",
|
||||||
"homepage": "https://roots.io/sage/",
|
"homepage": "https://roots.io/sage/",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
Theme Name: Sage Starter Theme
|
Theme Name: Sage Starter Theme
|
||||||
Theme URI: https://roots.io/sage/
|
Theme URI: https://roots.io/sage/
|
||||||
Description: Sage is a WordPress starter theme. <a href="https://github.com/roots/sage">Contribute on GitHub</a>
|
Description: Sage is a WordPress starter theme. <a href="https://github.com/roots/sage">Contribute on GitHub</a>
|
||||||
Version: 8.2.1
|
Version: 8.3.0
|
||||||
Author: Roots
|
Author: Roots
|
||||||
Author URI: https://roots.io/
|
Author URI: https://roots.io/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user