Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions includes/classes/class-setup-wizard.php
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,7 @@ public function setup_wizard_header() {
<li class="<?php echo esc_attr( $step_two ); ?>"></li>
<li class="<?php echo esc_attr( $step_three ); ?>"></li>
</ul>
<span class="step-count"><?php esc_html_e( sprintf( '%s %d of 4', 'Step', $active_number ), 'directorist' ); ?></span>
<span class="step-count"><?php printf( esc_html__( 'Step %s of 4', 'directorist' ), esc_html( $active_number ) ); ?></span>
</div>
<div class="directorist-setup-wizard__close">
<a href="<?php echo esc_attr( admin_url() ); ?>" class="directorist-setup-wizard__close__btn">
Expand Down Expand Up @@ -1127,4 +1127,4 @@ public function setup_wizard_footer() {
<?php
}
}
new Directorist_Setup_Wizard();
new Directorist_Setup_Wizard();