Skip to content

Commit 0ba77d0

Browse files
committed
Switch to lowercase s in Understrap
1 parent 00f5d10 commit 0ba77d0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+104
-104
lines changed

.github/CODE-OF-CONDUCT.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Code of Conduct v2.0
22

3-
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.
3+
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.
44

55
Our open source community strives to:
66

@@ -42,10 +42,10 @@ Anyone asked to stop unacceptable behavior is expected to comply immediately. If
4242

4343
## Thanks
4444

45-
**The UnderStrap Team**
45+
**The Understrap Team**
4646

4747

4848

49-
This code of conduct is based on the [Open Code of Conduct](https://github.com/todogroup/opencodeofconduct) from the [TODOGroup](http://todogroup.org).
49+
This code of conduct is based on the [Open Code of Conduct](https://github.com/todogroup/opencodeofconduct) from the [TODOGroup](http://todogroup.org).
5050

51-
We are thankful for their work and all the communities who have paved the way with code of conducts.
51+
We are thankful for their work and all the communities who have paved the way with code of conducts.

.github/CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contributing to the UnderStrap Project
1+
# Contributing to the Understrap Project
22
We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's:
33

44
- Reporting a bug
@@ -13,8 +13,8 @@ We use github to host code, to track issues and feature requests, as well as acc
1313
## We Use [Git Flow](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow), So All Code Changes Happen Through Pull Requests
1414
We actively welcome your pull requests.
1515

16-
Pull requests are the best way to propose changes to the codebase.
17-
All pull requests should be sumitted to the `develop` branch.
16+
Pull requests are the best way to propose changes to the codebase.
17+
All pull requests should be sumitted to the `develop` branch.
1818
This will allow us to grant permissions to key contributors to merge pull requests into the `develop` branch.
1919

2020
1. Fork the repo and create your branch from `develop`.

404.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* The template for displaying 404 pages (not found)
44
*
5-
* @package UnderStrap
5+
* @package Understrap
66
*/
77

88
// Exit if accessed directly.

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ Clean rebuild
437437
- Hot fix release
438438

439439
## Release 0.6.4.1 August 17h 2017
440-
- Hot fix release - Rebuild new Bootstrap 4 Beta navbar markup into UnderStrap
440+
- Hot fix release - Rebuild new Bootstrap 4 Beta navbar markup into Understrap
441441

442442
## Release 0.6.3 August 14h 2017
443443
- Update to Bootstrap 4 Beta

README.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
#### See: [Official Demo](https://understrap.com/understrap) | Read: [Official Docs Page](https://understrap.github.io/)
88

9-
# UnderStrap WordPress Theme Framework
9+
# Understrap WordPress Theme Framework
1010

1111
Website: [https://understrap.com](https://understrap.com)
1212

@@ -16,11 +16,11 @@ OverStrap Child Themes: [https://understrap.com/overstrap/](https://understrap.c
1616

1717
## About
1818

19-
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.
19+
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.
2020

2121
## License
22-
UnderStrap WordPress Theme, Copyright 2013-2018 Holger Koenemann
23-
UnderStrap is distributed under the terms of the GNU GPL version 2
22+
Understrap WordPress Theme, Copyright 2013-2018 Holger Koenemann
23+
Understrap is distributed under the terms of the GNU GPL version 2
2424

2525
http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
2626

@@ -47,53 +47,53 @@ Why not add a well known and supported layout framework to have a solid, clean a
4747

4848
## Confused by All the CSS and Sass Files?
4949

50-
Some basics about the Sass and CSS files that come with UnderStrap:
50+
Some basics about the Sass and CSS files that come with Understrap:
5151
- 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.
5252
- 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`:
5353

54-
```@import "theme/theme_variables"; // 1. Add your variables into this file. Also add variables to overwrite Bootstrap or UnderStrap variables here
54+
```@import "theme/theme_variables"; // 1. Add your variables into this file. Also add variables to overwrite Bootstrap or Understrap variables here
5555
@import "../src/bootstrap-sass/assets/stylesheets/bootstrap"; // 2. All the Bootstrap stuff - Don´t edit this!
5656
@import "understrap/understrap"; // 3. Some basic WordPress stylings and needed styles to combine Boostrap and Underscores
5757
@import "../src/fontawesome/scss/font-awesome"; // 4. Font Awesome Icon styles
5858
// Any additional imported files //
5959
@import "theme/theme"; // 5. Add your styles into this file
6060
```
6161

62-
- 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!
62+
- 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!
6363
- Your design goes into: `/sass/theme`.
6464
- Add your styles to the `/sass/theme/_theme.scss` file
6565
- And your variables to the `/sass/theme/_theme_variables.scss`
6666
- Or add other .scss files into it and `@import` it into `/sass/theme/_theme.scss`.
6767

6868
## Installation
69-
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.
69+
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.
7070

7171
### Classic install
7272
- Download the understrap folder from GitHub or from [https://understrap.com](https://understrap.com)
7373
- IMPORTANT: If you download it from GitHub make sure you rename the "understrap-master.zip" file just to "understrap.zip" or you might have problems using child themes!
7474
- Upload it into your WordPress installation theme subfolder: `/wp-content/themes/`
7575
- Login to your WordPress backend
7676
- Go to Appearance → Themes
77-
- Activate the UnderStrap theme
77+
- Activate the Understrap theme
7878

7979
### npm install
8080
- Open your terminal
81-
- Change to the directory where you want to add UnderStrap
81+
- Change to the directory where you want to add Understrap
8282
- Type `npm install understrap`
8383

8484
### WordPress.org install
8585
- Open your WordPress backend
8686
- Click on "Appearance -> Themes"
8787
- Hit the "Add new" button
88-
- Search for "UnderStrap"
88+
- Search for "Understrap"
8989
- Hit the "install" button
9090
- Activate the theme
9191

9292
## Developing With npm, Gulp and SASS and [Browser Sync][1]
9393

9494
### Installing Dependencies
9595
- Make sure you have installed Node.js and Browser-Sync (optional) on your computer globally
96-
- Then open your terminal and browse to the location of your UnderStrap copy
96+
- Then open your terminal and browse to the location of your Understrap copy
9797
- Run: `$ npm install`
9898

9999
### Running
@@ -127,7 +127,7 @@ Add a new file to the themes root folder called rtl.css. Add all alignments to t
127127
https://codex.wordpress.org/Right_to_Left_Language_Support
128128

129129
## Page Templates
130-
UnderStrap includes several different page template files: (1) blank template, (2) empty template, and (3) full width template.
130+
Understrap includes several different page template files: (1) blank template, (2) empty template, and (3) full width template.
131131

132132
### Blank Template
133133

archive.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Learn more: http://codex.wordpress.org/Template_Hierarchy
66
*
7-
* @package UnderStrap
7+
* @package Understrap
88
*/
99

1010
// Exit if accessed directly.

author.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Learn more: https://codex.wordpress.org/Author_Templates
66
*
7-
* @package UnderStrap
7+
* @package Understrap
88
*/
99

1010
// Exit if accessed directly.

comments.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* The area of the page that contains both current comments
66
* and the comment form.
77
*
8-
* @package UnderStrap
8+
* @package Understrap
99
*/
1010

1111
// Exit if accessed directly.

footer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Contains the closing of the #content div and all content after
66
*
7-
* @package UnderStrap
7+
* @package Understrap
88
*/
99

1010
// Exit if accessed directly.

functions.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* UnderStrap functions and definitions
44
*
5-
* @package UnderStrap
5+
* @package Understrap
66
*/
77

88
// Exit if accessed directly.

global-templates/hero.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Hero setup
44
*
5-
* @package UnderStrap
5+
* @package Understrap
66
*/
77

88
// Exit if accessed directly.

global-templates/left-sidebar-check.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Left sidebar check
44
*
5-
* @package UnderStrap
5+
* @package Understrap
66
*/
77

88
// Exit if accessed directly.

global-templates/right-sidebar-check.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Right sidebar check
44
*
5-
* @package UnderStrap
5+
* @package Understrap
66
*/
77

88
// Exit if accessed directly.

header.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Displays all of the <head> section and everything up till <div id="content">
66
*
7-
* @package UnderStrap
7+
* @package Understrap
88
*/
99

1010
// Exit if accessed directly.

inc/block-editor.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Block editor (gutenberg) specific functionality
44
*
5-
* @package UnderStrap
5+
* @package Understrap
66
*/
77

88

inc/custom-comments.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Comment layout
44
*
5-
* @package UnderStrap
5+
* @package Understrap
66
*/
77

88
// Exit if accessed directly.

inc/custom-header.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Custom header setup
44
*
5-
* @package UnderStrap
5+
* @package Understrap
66
*/
77

88
// Exit if accessed directly.
@@ -17,9 +17,9 @@
1717
function understrap_custom_header_setup() {
1818

1919
/**
20-
* Filter UnderStrap custom-header support arguments.
20+
* Filter Understrap custom-header support arguments.
2121
*
22-
* @since UnderStrap 0.5.2
22+
* @since Understrap 0.5.2
2323
*
2424
* @param array $args {
2525
* An array of custom-header support arguments.

inc/customizer.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* UnderStrap Theme Customizer
3+
* Understrap Theme Customizer
44
*
5-
* @package UnderStrap
5+
* @package Understrap
66
*/
77

88
// Exit if accessed directly.

inc/deprecated.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Rest in peace
44
*
5-
* @package UnderStrap
5+
* @package Understrap
66
*/
77

88
// Exit if accessed directly.

inc/editor.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* UnderStrap modify editor
3+
* Understrap modify editor
44
*
5-
* @package UnderStrap
5+
* @package Understrap
66
*/
77

88
// Exit if accessed directly.

inc/enqueue.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* UnderStrap enqueue scripts
3+
* Understrap enqueue scripts
44
*
5-
* @package UnderStrap
5+
* @package Understrap
66
*/
77

88
// Exit if accessed directly.

inc/extras.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Eventually, some of the functionality here could be replaced by core features.
66
*
7-
* @package UnderStrap
7+
* @package Understrap
88
*/
99

1010
// Exit if accessed directly.

inc/hooks.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Custom hooks
44
*
5-
* @package UnderStrap
5+
* @package Understrap
66
*/
77

88
// Exit if accessed directly.

inc/jetpack.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://jetpack.me/
66
*
7-
* @package UnderStrap
7+
* @package Understrap
88
*/
99

1010
// Exit if accessed directly.

inc/pagination.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Pagination layout
44
*
5-
* @package UnderStrap
5+
* @package Understrap
66
*/
77

88
// Exit if accessed directly.

inc/setup.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Theme basic setup
44
*
5-
* @package UnderStrap
5+
* @package Understrap
66
*/
77

88
// Exit if accessed directly.

inc/template-tags.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Eventually, some of the functionality here could be replaced by core features.
66
*
7-
* @package UnderStrap
7+
* @package Understrap
88
*/
99

1010
// Exit if accessed directly.

inc/theme-settings.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Check and setup theme's default settings
44
*
5-
* @package UnderStrap
5+
* @package Understrap
66
*/
77

88
// Exit if accessed directly.

inc/widgets.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Declaring widgets
44
*
5-
* @package UnderStrap
5+
* @package Understrap
66
*/
77

88
// Exit if accessed directly.

inc/woocommerce.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Add WooCommerce support
44
*
5-
* @package UnderStrap
5+
* @package Understrap
66
*/
77

88
// Exit if accessed directly.

0 commit comments

Comments
 (0)