Skip to content

Commit cdf3e5b

Browse files
committed
Removed unused variable.
1 parent ebe2814 commit cdf3e5b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/Theme_Command.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -736,8 +736,6 @@ public function is_installed( $args, $assoc_args = array() ) {
736736
* @subcommand is-active
737737
*/
738738
public function is_active( $args, $assoc_args = array() ) {
739-
$network_wide = \WP_CLI\Utils\get_flag_value( $assoc_args, 'network' );
740-
741739
$theme = wp_get_theme( $args[0] );
742740

743741
if ( ! $theme->exists() ) {

0 commit comments

Comments
 (0)