Skip to content

Commit

Permalink
Some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
inc2734 committed Apr 25, 2024
1 parent c4cbbc6 commit 845d023
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/generate-load-files-target.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

use Framework\Helper;

require_once( './wp-load.php' );
require_once( '../../../wp-load.php' );

$theme = wp_get_theme( get_template() );
if ( 'snow-monkey' !== $theme->template && 'snow-monkey/resources' !== $theme->template ) {
Expand Down
2 changes: 1 addition & 1 deletion bin/l10n.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @license GPL-2.0+
*/

require_once( './wp-load.php' );
require_once( '../../../wp-load.php' );

$mo_files = glob( __DIR__ . '/../languages/*.mo' );
foreach ( $mo_files as $mo_file ) {
Expand Down

0 comments on commit 845d023

Please sign in to comment.