diff --git a/.github/CODE-OF-CONDUCT.md b/.github/CODE-OF-CONDUCT.md
index f17adcfe..d0137500 100644
--- a/.github/CODE-OF-CONDUCT.md
+++ b/.github/CODE-OF-CONDUCT.md
@@ -1,6 +1,6 @@
# Code of Conduct v2.0
-This code of conduct outlines our expectations for participants within the [UnderStrap](https://github.com/understrap/) community, as well as steps to reporting unacceptable behavior. We are committed to providing a welcoming and inspiring community for all and expect our code of conduct to be honored. Anyone who violates this code of conduct may be banned from the community.
+This code of conduct outlines our expectations for participants within the [Understrap](https://github.com/understrap/) community, as well as steps to reporting unacceptable behavior. We are committed to providing a welcoming and inspiring community for all and expect our code of conduct to be honored. Anyone who violates this code of conduct may be banned from the community.
Our open source community strives to:
@@ -42,10 +42,10 @@ Anyone asked to stop unacceptable behavior is expected to comply immediately. If
## Thanks
-**The UnderStrap Team**
+**The Understrap Team**
-This code of conduct is based on the [Open Code of Conduct](https://github.com/todogroup/opencodeofconduct) from the [TODOGroup](http://todogroup.org).
+This code of conduct is based on the [Open Code of Conduct](https://github.com/todogroup/opencodeofconduct) from the [TODOGroup](http://todogroup.org).
-We are thankful for their work and all the communities who have paved the way with code of conducts.
\ No newline at end of file
+We are thankful for their work and all the communities who have paved the way with code of conducts.
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 12e24534..44524f93 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -1,4 +1,4 @@
-# Contributing to the UnderStrap Project
+# Contributing to the Understrap Project
We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's:
- Reporting a bug
@@ -13,8 +13,8 @@ We use github to host code, to track issues and feature requests, as well as acc
## We Use [Git Flow](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow), So All Code Changes Happen Through Pull Requests
We actively welcome your pull requests.
-Pull requests are the best way to propose changes to the codebase.
-All pull requests should be sumitted to the `develop` branch.
+Pull requests are the best way to propose changes to the codebase.
+All pull requests should be sumitted to the `develop` branch.
This will allow us to grant permissions to key contributors to merge pull requests into the `develop` branch.
1. Fork the repo and create your branch from `develop`.
diff --git a/404.php b/404.php
index cc3fd682..29a110e2 100644
--- a/404.php
+++ b/404.php
@@ -2,7 +2,7 @@
/**
* The template for displaying 404 pages (not found)
*
- * @package UnderStrap
+ * @package Understrap
*/
// Exit if accessed directly.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d807083e..ce32e096 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -437,7 +437,7 @@ Clean rebuild
- Hot fix release
## Release 0.6.4.1 August 17h 2017
- - Hot fix release - Rebuild new Bootstrap 4 Beta navbar markup into UnderStrap
+ - Hot fix release - Rebuild new Bootstrap 4 Beta navbar markup into Understrap
## Release 0.6.3 August 14h 2017
- Update to Bootstrap 4 Beta
diff --git a/README.md b/README.md
index c7cc0333..b6e85222 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
#### See: [Official Demo](https://understrap.com/understrap) | Read: [Official Docs Page](https://understrap.github.io/)
-# UnderStrap WordPress Theme Framework
+# Understrap WordPress Theme Framework
Website: [https://understrap.com](https://understrap.com)
@@ -16,11 +16,11 @@ OverStrap Child Themes: [https://understrap.com/overstrap/](https://understrap.c
## About
-I’m a huge fan of Underscores, Bootstrap, and Sass. Why not combine these into a solid WordPress Theme Framework? That’s what UnderStrap is. You can use it as a starter theme and build your own theme on top of it. Or you can use it as a parent theme and create your own child theme for UnderStrap.
+I’m a huge fan of Underscores, Bootstrap, and Sass. Why not combine these into a solid WordPress Theme Framework? That’s what Understrap is. You can use it as a starter theme and build your own theme on top of it. Or you can use it as a parent theme and create your own child theme for Understrap.
## License
-UnderStrap WordPress Theme, Copyright 2013-2018 Holger Koenemann
-UnderStrap is distributed under the terms of the GNU GPL version 2
+Understrap WordPress Theme, Copyright 2013-2018 Holger Koenemann
+Understrap is distributed under the terms of the GNU GPL version 2
http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
@@ -47,11 +47,11 @@ Why not add a well known and supported layout framework to have a solid, clean a
## Confused by All the CSS and Sass Files?
-Some basics about the Sass and CSS files that come with UnderStrap:
+Some basics about the Sass and CSS files that come with Understrap:
- The theme itself uses the `/style.css`file only to identify the theme inside of WordPress. The file is not loaded by the theme and does not include any styles.
- The `/css/theme.css` and its minified little brother `/css/theme.min.css` file(s) provides all styles. It is composed of five different SCSS sets and one variable file at `/sass/theme.scss`:
- ```@import "theme/theme_variables"; // 1. Add your variables into this file. Also add variables to overwrite Bootstrap or UnderStrap variables here
+ ```@import "theme/theme_variables"; // 1. Add your variables into this file. Also add variables to overwrite Bootstrap or Understrap variables here
@import "../src/bootstrap-sass/assets/stylesheets/bootstrap"; // 2. All the Bootstrap stuff - Don´t edit this!
@import "understrap/understrap"; // 3. Some basic WordPress stylings and needed styles to combine Boostrap and Underscores
@import "../src/fontawesome/scss/font-awesome"; // 4. Font Awesome Icon styles
@@ -59,14 +59,14 @@ Some basics about the Sass and CSS files that come with UnderStrap:
@import "theme/theme"; // 5. Add your styles into this file
```
-- Don’t edit the number 2-4 files/filesets listed above or you won’t be able to update UnderStrap without overwriting your own work!
+- Don’t edit the number 2-4 files/filesets listed above or you won’t be able to update Understrap without overwriting your own work!
- Your design goes into: `/sass/theme`.
- Add your styles to the `/sass/theme/_theme.scss` file
- And your variables to the `/sass/theme/_theme_variables.scss`
- Or add other .scss files into it and `@import` it into `/sass/theme/_theme.scss`.
## Installation
-There are several ways to install UnderStrap. We'll look at three of them: (1) classic install by uploading UnderStrap to a WordPress install, (2) using npm, and (3) using the theme directory in WordPress.
+There are several ways to install Understrap. We'll look at three of them: (1) classic install by uploading Understrap to a WordPress install, (2) using npm, and (3) using the theme directory in WordPress.
### Classic install
- Download the understrap folder from GitHub or from [https://understrap.com](https://understrap.com)
@@ -74,18 +74,18 @@ There are several ways to install UnderStrap. We'll look at three of them: (1) c
- Upload it into your WordPress installation theme subfolder: `/wp-content/themes/`
- Login to your WordPress backend
- Go to Appearance → Themes
-- Activate the UnderStrap theme
+- Activate the Understrap theme
### npm install
- Open your terminal
-- Change to the directory where you want to add UnderStrap
+- Change to the directory where you want to add Understrap
- Type `npm install understrap`
### WordPress.org install
- Open your WordPress backend
- Click on "Appearance -> Themes"
- Hit the "Add new" button
-- Search for "UnderStrap"
+- Search for "Understrap"
- Hit the "install" button
- Activate the theme
@@ -93,7 +93,7 @@ There are several ways to install UnderStrap. We'll look at three of them: (1) c
### Installing Dependencies
- Make sure you have installed Node.js and Browser-Sync (optional) on your computer globally
-- Then open your terminal and browse to the location of your UnderStrap copy
+- Then open your terminal and browse to the location of your Understrap copy
- Run: `$ npm install`
### Running
@@ -127,7 +127,7 @@ Add a new file to the themes root folder called rtl.css. Add all alignments to t
https://codex.wordpress.org/Right_to_Left_Language_Support
## Page Templates
-UnderStrap includes several different page template files: (1) blank template, (2) empty template, and (3) full width template.
+Understrap includes several different page template files: (1) blank template, (2) empty template, and (3) full width template.
### Blank Template
diff --git a/archive.php b/archive.php
index 823f622b..2607bc0d 100644
--- a/archive.php
+++ b/archive.php
@@ -4,7 +4,7 @@
*
* Learn more: http://codex.wordpress.org/Template_Hierarchy
*
- * @package UnderStrap
+ * @package Understrap
*/
// Exit if accessed directly.
diff --git a/author.php b/author.php
index 29be046d..107050b0 100644
--- a/author.php
+++ b/author.php
@@ -4,7 +4,7 @@
*
* Learn more: https://codex.wordpress.org/Author_Templates
*
- * @package UnderStrap
+ * @package Understrap
*/
// Exit if accessed directly.
diff --git a/comments.php b/comments.php
index 2cde3cef..5c2a4552 100644
--- a/comments.php
+++ b/comments.php
@@ -5,7 +5,7 @@
* The area of the page that contains both current comments
* and the comment form.
*
- * @package UnderStrap
+ * @package Understrap
*/
// Exit if accessed directly.
diff --git a/footer.php b/footer.php
index 31e60947..4d54502b 100644
--- a/footer.php
+++ b/footer.php
@@ -4,7 +4,7 @@
*
* Contains the closing of the #content div and all content after
*
- * @package UnderStrap
+ * @package Understrap
*/
// Exit if accessed directly.
diff --git a/functions.php b/functions.php
index af1e4c9c..3b2100f8 100644
--- a/functions.php
+++ b/functions.php
@@ -2,7 +2,7 @@
/**
* UnderStrap functions and definitions
*
- * @package UnderStrap
+ * @package Understrap
*/
// Exit if accessed directly.
diff --git a/global-templates/hero.php b/global-templates/hero.php
index da3e2eef..9e5bcc78 100644
--- a/global-templates/hero.php
+++ b/global-templates/hero.php
@@ -2,7 +2,7 @@
/**
* Hero setup
*
- * @package UnderStrap
+ * @package Understrap
*/
// Exit if accessed directly.
diff --git a/global-templates/left-sidebar-check.php b/global-templates/left-sidebar-check.php
index 88df2dc5..937bcd74 100644
--- a/global-templates/left-sidebar-check.php
+++ b/global-templates/left-sidebar-check.php
@@ -2,7 +2,7 @@
/**
* Left sidebar check
*
- * @package UnderStrap
+ * @package Understrap
*/
// Exit if accessed directly.
diff --git a/global-templates/right-sidebar-check.php b/global-templates/right-sidebar-check.php
index 53f0a94c..1987914d 100644
--- a/global-templates/right-sidebar-check.php
+++ b/global-templates/right-sidebar-check.php
@@ -2,7 +2,7 @@
/**
* Right sidebar check
*
- * @package UnderStrap
+ * @package Understrap
*/
// Exit if accessed directly.
diff --git a/header.php b/header.php
index f40635f0..607261c9 100644
--- a/header.php
+++ b/header.php
@@ -4,7 +4,7 @@
*
* Displays all of the
section and everything up till
*
- * @package UnderStrap
+ * @package Understrap
*/
// Exit if accessed directly.
diff --git a/inc/block-editor.php b/inc/block-editor.php
index 2cf7469f..5af810b8 100644
--- a/inc/block-editor.php
+++ b/inc/block-editor.php
@@ -2,7 +2,7 @@
/**
* Block editor (gutenberg) specific functionality
*
- * @package UnderStrap
+ * @package Understrap
*/
diff --git a/inc/custom-comments.php b/inc/custom-comments.php
index 610adb60..155df2e3 100644
--- a/inc/custom-comments.php
+++ b/inc/custom-comments.php
@@ -2,7 +2,7 @@
/**
* Comment layout
*
- * @package UnderStrap
+ * @package Understrap
*/
// Exit if accessed directly.
diff --git a/inc/custom-header.php b/inc/custom-header.php
index 60c92b5a..1741697e 100644
--- a/inc/custom-header.php
+++ b/inc/custom-header.php
@@ -2,7 +2,7 @@
/**
* Custom header setup
*
- * @package UnderStrap
+ * @package Understrap
*/
// Exit if accessed directly.
@@ -17,9 +17,9 @@ if ( ! function_exists( 'understrap_custom_header_setup' ) ) {
function understrap_custom_header_setup() {
/**
- * Filter UnderStrap custom-header support arguments.
+ * Filter Understrap custom-header support arguments.
*
- * @since UnderStrap 0.5.2
+ * @since Understrap 0.5.2
*
* @param array $args {
* An array of custom-header support arguments.
diff --git a/inc/customizer.php b/inc/customizer.php
index 14384a07..5ac33807 100644
--- a/inc/customizer.php
+++ b/inc/customizer.php
@@ -1,8 +1,8 @@
"
#: inc/hooks.php:30
msgid "https://wordpress.org/"
-msgstr ""
+msgstr "https://wordpress.org/"
#. translators: WordPress
#: inc/hooks.php:33
diff --git a/languages/de_DE_formal.mo b/languages/de_DE_formal.mo
index fcc601fe..f14c6e3c 100644
Binary files a/languages/de_DE_formal.mo and b/languages/de_DE_formal.mo differ
diff --git a/languages/el_GR.mo b/languages/el_GR.mo
index affabf55..2fead8d2 100644
Binary files a/languages/el_GR.mo and b/languages/el_GR.mo differ
diff --git a/languages/understrap.pot b/languages/understrap.pot
index 285f9aca..588cc041 100644
--- a/languages/understrap.pot
+++ b/languages/understrap.pot
@@ -1,8 +1,8 @@
# Copyright (C) 2021 the Understrap Authors
-# This file is distributed under the UnderStrap WordPress Theme, Copyright 2013-2021 Howard Development & Consulting.
+# This file is distributed under the Understrap WordPress Theme, Copyright 2013-2021 Howard Development & Consulting.
msgid ""
msgstr ""
-"Project-Id-Version: UnderStrap 0.9.6\n"
+"Project-Id-Version: Understrap 0.9.6\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
@@ -15,7 +15,7 @@ msgstr ""
"X-Domain: understrap\n"
#. Theme Name of the theme
-msgid "UnderStrap"
+msgid "Understrap"
msgstr ""
#. Theme URI of the theme
diff --git a/loop-templates/content-author.php b/loop-templates/content-author.php
index 81a59a92..46f193ac 100644
--- a/loop-templates/content-author.php
+++ b/loop-templates/content-author.php
@@ -2,7 +2,7 @@
/**
* Template for displaying posts on the author archive
*
- * @package UnderStrap
+ * @package Understrap
*/
// Exit if accessed directly.
diff --git a/loop-templates/content-blank.php b/loop-templates/content-blank.php
index fd3bbeb7..f0b79ddd 100644
--- a/loop-templates/content-blank.php
+++ b/loop-templates/content-blank.php
@@ -2,7 +2,7 @@
/**
* Blank content partial template
*
- * @package UnderStrap
+ * @package Understrap
*/
// Exit if accessed directly.
diff --git a/loop-templates/content-empty.php b/loop-templates/content-empty.php
index 5a20b850..03f220b5 100644
--- a/loop-templates/content-empty.php
+++ b/loop-templates/content-empty.php
@@ -2,7 +2,7 @@
/**
* Content empty partial template
*
- * @package UnderStrap
+ * @package Understrap
*/
// Exit if accessed directly.
diff --git a/loop-templates/content-none.php b/loop-templates/content-none.php
index dd92138c..34c4d16e 100644
--- a/loop-templates/content-none.php
+++ b/loop-templates/content-none.php
@@ -4,7 +4,7 @@
*
* Learn more: http://codex.wordpress.org/Template_Hierarchy
*
- * @package UnderStrap
+ * @package Understrap
*/
// Exit if accessed directly.
diff --git a/loop-templates/content-page.php b/loop-templates/content-page.php
index 7ce3e8dc..0511c45c 100644
--- a/loop-templates/content-page.php
+++ b/loop-templates/content-page.php
@@ -2,7 +2,7 @@
/**
* Partial template for content in page.php
*
- * @package UnderStrap
+ * @package Understrap
*/
// Exit if accessed directly.
diff --git a/loop-templates/content-search.php b/loop-templates/content-search.php
index 32d3a8f0..cd6088f2 100644
--- a/loop-templates/content-search.php
+++ b/loop-templates/content-search.php
@@ -2,7 +2,7 @@
/**
* Search results partial template
*
- * @package UnderStrap
+ * @package Understrap
*/
// Exit if accessed directly.
diff --git a/loop-templates/content-single.php b/loop-templates/content-single.php
index 92c2bde9..c24d3ed0 100644
--- a/loop-templates/content-single.php
+++ b/loop-templates/content-single.php
@@ -2,7 +2,7 @@
/**
* Single post partial template
*
- * @package UnderStrap
+ * @package Understrap
*/
// Exit if accessed directly.
diff --git a/loop-templates/content.php b/loop-templates/content.php
index 28d751ff..53338529 100644
--- a/loop-templates/content.php
+++ b/loop-templates/content.php
@@ -2,7 +2,7 @@
/**
* Post rendering content according to caller of get_template_part
*
- * @package UnderStrap
+ * @package Understrap
*/
// Exit if accessed directly.
diff --git a/page-templates/blank.php b/page-templates/blank.php
index 5f5233b7..842638e9 100644
--- a/page-templates/blank.php
+++ b/page-templates/blank.php
@@ -4,7 +4,7 @@
*
* Template for displaying a blank page.
*
- * @package UnderStrap
+ * @package Understrap
*/
// Exit if accessed directly.
diff --git a/page-templates/both-sidebarspage.php b/page-templates/both-sidebarspage.php
index e03d5ff9..5e9788c7 100644
--- a/page-templates/both-sidebarspage.php
+++ b/page-templates/both-sidebarspage.php
@@ -4,7 +4,7 @@
*
* This template can be used to override the default template and sidebar setup
*
- * @package UnderStrap
+ * @package Understrap
*/
// Exit if accessed directly.
diff --git a/page-templates/empty.php b/page-templates/empty.php
index 99d15035..37e866e7 100644
--- a/page-templates/empty.php
+++ b/page-templates/empty.php
@@ -5,7 +5,7 @@
* Template for displaying a page just with the header and footer area and a "naked" content area in between.
* Good for landingpages and other types of pages where you want to add a lot of custom markup.
*
- * @package UnderStrap
+ * @package Understrap
*/
// Exit if accessed directly.
diff --git a/page-templates/fullwidthpage.php b/page-templates/fullwidthpage.php
index 1a725a14..b1f161e2 100644
--- a/page-templates/fullwidthpage.php
+++ b/page-templates/fullwidthpage.php
@@ -4,7 +4,7 @@
*
* Template for displaying a page without sidebar even if a sidebar widget is published.
*
- * @package UnderStrap
+ * @package Understrap
*/
// Exit if accessed directly.
diff --git a/page-templates/left-sidebarpage.php b/page-templates/left-sidebarpage.php
index 458476ee..422f67c8 100644
--- a/page-templates/left-sidebarpage.php
+++ b/page-templates/left-sidebarpage.php
@@ -4,7 +4,7 @@
*
* This template can be used to override the default template and sidebar setup
*
- * @package UnderStrap
+ * @package Understrap
*/
// Exit if accessed directly.
diff --git a/page-templates/right-sidebarpage.php b/page-templates/right-sidebarpage.php
index 796f3491..a71e3a13 100644
--- a/page-templates/right-sidebarpage.php
+++ b/page-templates/right-sidebarpage.php
@@ -4,7 +4,7 @@
*
* This template can be used to override the default template and sidebar setup
*
- * @package UnderStrap
+ * @package Understrap
*/
// Exit if accessed directly.
diff --git a/page.php b/page.php
index 0021fd20..91efd02b 100644
--- a/page.php
+++ b/page.php
@@ -7,7 +7,7 @@
* and that other 'pages' on your WordPress site will use a
* different template.
*
- * @package UnderStrap
+ * @package Understrap
*/
// Exit if accessed directly.
diff --git a/readme.txt b/readme.txt
index 03413703..0b5dd0a7 100644
--- a/readme.txt
+++ b/readme.txt
@@ -4,20 +4,20 @@ Start talking: [
Child Theme Project: [https://github.com/holger1411/understrap-child](https://github.com/holger1411/understrap-child)
## License
-UnderStrap WordPress Theme, Copyright 2013-2017 Holger Koenemann
-UnderStrap is distributed under the terms of the GNU GPL version 2
+Understrap WordPress Theme, Copyright 2013-2017 Holger Koenemann
+Understrap is distributed under the terms of the GNU GPL version 2
http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
@@ -158,11 +158,11 @@ Why not add a well known and supported layout framework to have a solid, clean a
## Confused by All the CSS and Sass Files?
-Some basics about the Sass and CSS files that come with UnderStrap:
+Some basics about the Sass and CSS files that come with Understrap:
- The theme itself uses the `/style.css`file just to identify the theme inside of WordPress. The file is not loaded by the theme and does not include any styles.
- The `/css/theme.css` and it´s minified little brother `/css/theme.min.css` file(s) provides all styles. It is composed of five different SCSS sets and one variable file at `/sass/theme.scss`:
- - 1 "theme/theme_variables"; // <--------- Add your variables into this file. Also add variables to overwrite Bootstrap or UnderStrap variables here
+ - 1 "theme/theme_variables"; // <--------- Add your variables into this file. Also add variables to overwrite Bootstrap or Understrap variables here
- 2 "../src/bootstrap-sass/assets/stylesheets/bootstrap"; // <--------- All the Bootstrap stuff - Don´t edit this!
- 3 "understrap/understrap"; // <--------- Some basic WordPress stylings and needed styles to combine Boostrap and Underscores
- 4 "../src/fontawesome/scss/font-awesome"; // <--------- Font Awesome Icon styles
@@ -180,13 +180,13 @@ Some basics about the Sass and CSS files that come with UnderStrap:
- Upload it into your WordPress installation subfolder here: `/wp-content/themes/`
- Login to your WordPress backend
- Go to Appearance → Themes
-- Activate the UnderStrap theme
+- Activate the Understrap theme
## Developing With npm, Gulp and SASS and [Browser Sync][1]
### Installing Dependencies
- Make sure you have installed Node.js and Browser-Sync* (* optional, if you wanna use it) on your computer globally
-- Then open your terminal and browse to the location of your UnderStrap copy
+- Then open your terminal and browse to the location of your Understrap copy
- Run: `$ npm install` and then: `$ gulp copy-assets`
### Running
diff --git a/sass/theme.scss b/sass/theme.scss
index 23267309..04bb4ff5 100644
--- a/sass/theme.scss
+++ b/sass/theme.scss
@@ -1,6 +1,6 @@
-@import "theme/theme_variables"; // <-------- Add your variables into this file. Also add variables to overwrite Bootstrap or UnderStrap variables here
+@import "theme/theme_variables"; // <-------- Add your variables into this file. Also add variables to overwrite Bootstrap or Understrap variables here
@import "assets/bootstrap4"; // <-------- Loads Bootstrap4
-@import "understrap/understrap"; // <-------- Loads the UnderStrap defaults. Just a few classes to incorporate BS in WP
+@import "understrap/understrap"; // <-------- Loads the Understrap defaults. Just a few classes to incorporate BS in WP
@import "understrap/woocommerce"; // <-------- Loads WooCommerce style fixes. Comment out if you aren't using WooCommerce
// Optional files - If you dont use the corresponding scripts/fonts comment em out
diff --git a/search.php b/search.php
index 92216739..17993f05 100644
--- a/search.php
+++ b/search.php
@@ -2,7 +2,7 @@
/**
* The template for displaying search results pages
*
- * @package UnderStrap
+ * @package Understrap
*/
// Exit if accessed directly.
diff --git a/searchform.php b/searchform.php
index 5dd83344..a9ab381f 100644
--- a/searchform.php
+++ b/searchform.php
@@ -2,7 +2,7 @@
/**
* The template for displaying search forms
*
- * @package UnderStrap
+ * @package Understrap
*/
// Exit if accessed directly.
diff --git a/sidebar-templates/sidebar-footerfull.php b/sidebar-templates/sidebar-footerfull.php
index 0a10764d..33f046f4 100644
--- a/sidebar-templates/sidebar-footerfull.php
+++ b/sidebar-templates/sidebar-footerfull.php
@@ -2,7 +2,7 @@
/**
* Sidebar setup for footer full
*
- * @package UnderStrap
+ * @package Understrap
*/
// Exit if accessed directly.
diff --git a/sidebar-templates/sidebar-hero.php b/sidebar-templates/sidebar-hero.php
index e4d6b976..cb74993e 100644
--- a/sidebar-templates/sidebar-hero.php
+++ b/sidebar-templates/sidebar-hero.php
@@ -2,7 +2,7 @@
/**
* Sidebar - hero setup
*
- * @package UnderStrap
+ * @package Understrap
*/
// Exit if accessed directly.
diff --git a/sidebar-templates/sidebar-herocanvas.php b/sidebar-templates/sidebar-herocanvas.php
index 8a3a944b..6340654e 100644
--- a/sidebar-templates/sidebar-herocanvas.php
+++ b/sidebar-templates/sidebar-herocanvas.php
@@ -2,7 +2,7 @@
/**
* Sidebar - The Hero Canvas Widget Area
*
- * @package UnderStrap
+ * @package Understrap
*/
// Exit if accessed directly.
diff --git a/sidebar-templates/sidebar-left.php b/sidebar-templates/sidebar-left.php
index aba9243f..197161b2 100644
--- a/sidebar-templates/sidebar-left.php
+++ b/sidebar-templates/sidebar-left.php
@@ -2,7 +2,7 @@
/**
* The sidebar containing the main widget area
*
- * @package UnderStrap
+ * @package Understrap
*/
// Exit if accessed directly.
diff --git a/sidebar-templates/sidebar-right.php b/sidebar-templates/sidebar-right.php
index fb06cdce..fc831ca3 100644
--- a/sidebar-templates/sidebar-right.php
+++ b/sidebar-templates/sidebar-right.php
@@ -2,7 +2,7 @@
/**
* The right sidebar containing the main widget area
*
- * @package UnderStrap
+ * @package Understrap
*/
// Exit if accessed directly.
diff --git a/sidebar-templates/sidebar-statichero.php b/sidebar-templates/sidebar-statichero.php
index be1e2bb6..411bf82d 100644
--- a/sidebar-templates/sidebar-statichero.php
+++ b/sidebar-templates/sidebar-statichero.php
@@ -2,7 +2,7 @@
/**
* Static hero sidebar setup
*
- * @package UnderStrap
+ * @package Understrap
*/
// Exit if accessed directly.
diff --git a/sidebar.php b/sidebar.php
index 4f2afef0..948eb16a 100644
--- a/sidebar.php
+++ b/sidebar.php
@@ -2,7 +2,7 @@
/**
* The sidebar containing the main widget area
*
- * @package UnderStrap
+ * @package Understrap
*/
// Exit if accessed directly.
diff --git a/single.php b/single.php
index 3612e886..80edec6d 100644
--- a/single.php
+++ b/single.php
@@ -2,7 +2,7 @@
/**
* The template for displaying all single posts
*
- * @package UnderStrap
+ * @package Understrap
*/
// Exit if accessed directly.
diff --git a/style.css b/style.css
index a88d061f..68e92c26 100644
--- a/style.css
+++ b/style.css
@@ -1,5 +1,5 @@
/*
-Theme Name: UnderStrap
+Theme Name: Understrap
Theme URI: https://understrap.com
Author: the Understrap Authors
Author URI: https://github.com/understrap/understrap/graphs/contributors
@@ -11,14 +11,14 @@ A child theme is available on Github, too: https://github.com/understrap/underst
Version: 0.9.6
Tested up to: 5.7.2
Requires PHP: 5.2
-License: UnderStrap WordPress Theme, Copyright 2013-2021 Howard Development & Consulting
-UnderStrap is distributed under the terms of the GNU GPL version 2
+License: Understrap WordPress Theme, Copyright 2013-2021 Howard Development & Consulting
+Understrap is distributed under the terms of the GNU GPL version 2
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, translation-ready
This theme, like WordPress, is licensed under the GPL.
-UnderStrap is based on Underscores https://underscores.me/, (C) 2012-2016 Automattic, Inc.
+Understrap is based on Underscores https://underscores.me/, (C) 2012-2016 Automattic, Inc.
Resource Licenses:
Font Awesome: https://fontawesome.com/v4.7/license/ (Font: SIL OFL 1.1, (S)CSS: MIT)