Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
monsieur-z committed Jul 17, 2024
1 parent d99c181 commit c9b52c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/packages/classic-theme-helper/src/class-main.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public function load_modules() {
*/
public static function jetpack_load_theme_tools() {
if ( current_theme_supports( 'tonesque' ) ) {
require_once __DIR__ . '../_inc/lib/tonesque.php';
require_once __DIR__ . '/../_inc/lib/tonesque.php';
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
* @package automattic/jetpack-classic-theme-helper
*/

require_once __DIR__ . '/_inc/lib/class.color.php';
require_once __DIR__ . '/../_inc/lib/class.color.php';

0 comments on commit c9b52c9

Please sign in to comment.