Skip to content

Commit bd2ffd7

Browse files
committed
Renames WP_Super_Cache_Loader to src/WP_Super_Cache_CLI_Loader
1 parent df8a241 commit bd2ffd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Load WPSC files and config file if they aren't loaded.
55
*/
6-
final class WP_Super_Cache_Loader {
6+
final class WP_Super_Cache_CLI_Loader {
77

88
/**
99
* Version of WP Super Cache plugin.

src/WP_Super_Cache_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class WP_Super_Cache_Command extends WP_CLI_Command {
2020
private function load() {
2121
global $cache_enabled, $super_cache_enabled, $cache_path, $wp_cache_mod_rewrite, $wp_cache_debug_log;
2222

23-
$cli_loader = new WP_Super_Cache_Loader();
23+
$cli_loader = new WP_Super_Cache_CLI_Loader();
2424

2525
$cli_loader->load();
2626
$this->wpsc_version = $cli_loader->get_wpsc_version();

0 commit comments

Comments
 (0)