Skip to content

Commit 94fbd9b

Browse files
committed
SCSSPHP version upgrade, Codacy fixes
1 parent 68958e6 commit 94fbd9b

File tree

27 files changed

+371
-167
lines changed

27 files changed

+371
-167
lines changed

Nebula-Child/functions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
if ( !class_exists('Nebula') ){
8-
require_once(get_template_directory() . '/nebula.php');
8+
require_once get_template_directory() . '/nebula.php';
99
nebula();
1010
}
1111

@@ -27,7 +27,7 @@ function my_custom_function_name($parameter1, $parameter2){...}
2727
add_action('pre_nebula_whatever', '__return_empty_string');
2828
===========================*/
2929

30-
require_once(get_stylesheet_directory() . '/libs/nebula_child.php'); //Nebula Child
30+
require_once get_stylesheet_directory() . '/libs/nebula_child.php'; //Nebula Child
3131

3232

3333
/*==========================

Nebula-Child/resources/sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//BEGIN automated edits. These will be automatically overwritten.
22
var THEME_NAME = 'nebula-child';
3-
var NEBULA_VERSION = 'v6.12.2.4804'; //Thursday, May 2, 2019 11:32:09 AM
3+
var NEBULA_VERSION = 'v6.12.2.7153'; //Friday, May 3, 2019 3:57:47 PM
44
var OFFLINE_URL = 'https://gearside.com/nebula/offline/';
55
var OFFLINE_IMG = 'https://gearside.com/nebula/wp-content/themes/Nebula-master/assets/img/offline.svg';
66
var OFFLINE_GA_DIMENSION = 'cd2';

Nebula-Child/style.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/admin.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/critical.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/login.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/pre.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/scss/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Description: Nebula is a springboard WordPress theme framework for developers. Like other WordPress startup themes, it has custom functionality built-in (like shortcodes, styles, and JS/PHP functions), but unlike other themes Nebula is not meant for the end-user.
55
Author: Pinckney Hugo Group
66
Author URI: http://www.pinckneyhugo.com
7-
Version: 6.12.2.4808
7+
Version: 6.12.3.6652
88
License: GNU General Public License v2.0 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, threaded-comments, theme-options, sticky-post, post-formats, microformats, full-width-template, front-page-post-form, flexible-header, featured-images, featured-image-header, editor-style, custom-menu, custom-colors, accessibility-ready

functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Functions
44
*/
55

6-
require_once('nebula.php');
6+
require_once 'nebula.php';
77
nebula();
88

99
//Close functions.php. DO NOT add anything after this closing tag!! ?>

inc/data/nebula_theme.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "6.12.2.4808",
2+
"version": "6.12.3.6652",
33
"details_url": "https://github.com/chrisblakley/Nebula/commits/master",
44
"download_url": "https://github.com/chrisblakley/Nebula/archive/master.zip"
55
}

0 commit comments

Comments
 (0)