Skip to content

Commit

Permalink
Update core/A2_Optimized_CLI.php
Browse files Browse the repository at this point in the history
fix typo

Co-authored-by: Paulo Manrique <[email protected]>
  • Loading branch information
harko12 and paulomanrique authored Oct 24, 2023
1 parent 76a7732 commit a3d2684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/A2_Optimized_CLI.php
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ public function disable($args, $assoc_args) {

break;
case 'remove_conf_backups':
$optimizations->disable_wpcon;
$optimizations->disable_wpconfig_cleanup();

return WP_CLI::success(esc_html__( $site_type . ' No longer removing config backups.', 'a2-optimized-wp' ));

Expand Down

0 comments on commit a3d2684

Please sign in to comment.