Skip to content

Commit 63b7772

Browse files
swissspidyCopilot
andauthored
Update src/Theme_Cache_Command.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 02bd910 commit 63b7772

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Theme_Cache_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function clear( $args, $assoc_args ) {
5252

5353
if ( \WP_CLI\Utils\get_flag_value( $assoc_args, 'all' ) ) {
5454
$all_themes = wp_get_themes();
55-
foreach ( $all_themes as $theme_slug => $theme ) {
55+
foreach ( $all_themes as $theme ) {
5656
$themes[] = $theme;
5757
}
5858
} else {

0 commit comments

Comments
 (0)