Setup wizard: highlight first step in progress indicator.

This commit is contained in:
Jeff Stieler 2017-09-05 13:47:41 -06:00
parent 15d1edb180
commit b159347cfb
1 changed files with 0 additions and 1 deletions

View File

@ -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 ) : ?>