Skip to content

Commit

Permalink
minor improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrshaddarzi committed Jun 16, 2019
1 parent 80fe350 commit 5ca6858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-wp-statistics.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ public function includes() {

// WP-CLI
if ( defined( 'WP_CLI' ) && WP_CLI ) {
require_once WP_STATISTICS_DIR . 'includes/admin/class-wp-statistics-cli.php';
require_once WP_STATISTICS_DIR . 'includes/class-wp-statistics-cli.php';
}

// Template functions.
Expand Down

0 comments on commit 5ca6858

Please sign in to comment.