Skip to content

Commit

Permalink
Fix HTML formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttkclark committed Sep 14, 2024
1 parent 95e15fb commit 18c0caa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions components/Migrate-ACF/ui/wizard.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
<p><?php esc_html_e( 'Choose below which Custom Post Types and Taxonomies you want to import into Pods', 'pods' ); ?></p>

<p>
<a href='#toggle' class='button pods-wizard-toggle-all'
data-toggle='all'><?php esc_html_e( 'Toggle everything on / off', 'pods' ); ?></a>
<a href="#toggle" class="button pods-wizard-toggle-all"
data-toggle="all"><?php esc_html_e( 'Toggle everything on / off', 'pods' ); ?></a>
</p>
</div>

Expand All @@ -83,8 +83,8 @@

<div class="pods-pick-values pods-pick-checkbox">
<p>
<a href='#toggle' class='button pods-wizard-toggle-all'
data-toggle="post_type"><?php esc_html_e( 'Toggle all on / off', 'pods' ); ?></a>
<a href="#toggle" class="button pods-wizard-toggle-all"
data-toggle="post_type"><?php esc_html_e( 'Toggle all on / off', 'pods' ); ?></a>
</p>

<ul>
Expand Down Expand Up @@ -134,8 +134,8 @@

<div class="pods-pick-values pods-pick-checkbox">
<p>
<a href='#toggle' class='button pods-wizard-toggle-all'
data-toggle="taxonomy"><?php esc_html_e( 'Toggle all on / off', 'pods' ); ?></a>
<a href="#toggle" class="button pods-wizard-toggle-all"
data-toggle="taxonomy"><?php esc_html_e( 'Toggle all on / off', 'pods' ); ?></a>
</p>

<ul>
Expand Down
12 changes: 6 additions & 6 deletions components/Migrate-CPTUI/ui/wizard.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
<p><?php esc_html_e( 'Choose below which Custom Post Types and Taxonomies you want to import into Pods', 'pods' ); ?></p>

<p>
<a href='#toggle' class='button pods-wizard-toggle-all'
data-toggle='all'><?php esc_html_e( 'Toggle everything on / off', 'pods' ); ?></a>
<a href="#toggle" class="button pods-wizard-toggle-all"
data-toggle="all"><?php esc_html_e( 'Toggle everything on / off', 'pods' ); ?></a>
</p>
</div>

Expand All @@ -82,8 +82,8 @@

<div class="pods-pick-values pods-pick-checkbox">
<p>
<a href='#toggle' class='button pods-wizard-toggle-all'
data-toggle="post_type"><?php esc_html_e( 'Toggle all on / off', 'pods' ); ?></a>
<a href="#toggle" class="button pods-wizard-toggle-all"
data-toggle="post_type"><?php esc_html_e( 'Toggle all on / off', 'pods' ); ?></a>
</p>

<ul>
Expand Down Expand Up @@ -133,8 +133,8 @@

<div class="pods-pick-values pods-pick-checkbox">
<p>
<a href='#toggle' class='button pods-wizard-toggle-all'
data-toggle="taxonomy"><?php esc_html_e( 'Toggle all on / off', 'pods' ); ?></a>
<a href="#toggle" class="button pods-wizard-toggle-all"
data-toggle="taxonomy"><?php esc_html_e( 'Toggle all on / off', 'pods' ); ?></a>
</p>

<ul>
Expand Down

0 comments on commit 18c0caa

Please sign in to comment.