Setup wizard: highlight first step in progress indicator.
This commit is contained in:
parent
15d1edb180
commit
b159347cfb
|
@ -203,7 +203,6 @@ class WC_Admin_Setup_Wizard {
|
|||
*/
|
||||
public function setup_wizard_steps() {
|
||||
$output_steps = $this->steps;
|
||||
array_shift( $output_steps );
|
||||
?>
|
||||
<ol class="wc-setup-steps">
|
||||
<?php foreach ( $output_steps as $step_key => $step ) : ?>
|
||||
|
|
Loading…
Reference in New Issue