Skip to content

Commit

Permalink
Some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
inc2734 committed Mar 4, 2024
1 parent e19bb08 commit 60fa51d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 8 deletions.
14 changes: 14 additions & 0 deletions Framework/Model/Setup_Loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,20 @@

class Setup_Loader {

/**
* The template directory path.
*
* @var null|string
*/
protected $template_directory = null;

/**
* The stylesheet directory path.
*
* @var null|string
*/
protected $stylesheet_directory = null;

/**
* Constructor.
*/
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@inc2734/smooth-scroll": "^1.0.10",
"@inc2734/spider": "0.0.49",
"@wordpress/browserslist-config": "^5.33.0",
"@wordpress/env": "^9.2.0",
"@wordpress/env": "^9.4.0",
"@wordpress/scripts": "^27",
"autoprefixer": "^10.4.17",
"browser-sync": "^3.0.2",
Expand Down

0 comments on commit 60fa51d

Please sign in to comment.