Skip to content

Commit

Permalink
Formatting fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
donnchawp committed Jan 9, 2025
1 parent 1c7963a commit 6d12bbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public function init_actions() {

private function load_extra() {
if ( file_exists( WP_CONTENT_DIR . '/boost-cache-extra.php' ) ) {
include_once WP_CONTENT_DIR . '/boost-cache-extra.php';
include_once WP_CONTENT_DIR . '/boost-cache-extra.php';
}
}

Expand Down

0 comments on commit 6d12bbe

Please sign in to comment.