Skip to content

Commit

Permalink
Change h3 to h2
Browse files Browse the repository at this point in the history
Changes all references of h3 to h2
  • Loading branch information
dwanjuki authored Aug 1, 2023
1 parent 555e2ef commit c128516
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pages/manage-sites.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ function pmpron_manage_sites_shortcode($atts, $content=null, $code="") {
<div class="pmpro_network_add_site">
<form id="pmpro_add_site" class="pmpro_form" action="" method="post">
<div class="pmpro_checkout">
<h3>
<span class="pmpro_checkout-h3-name"><?php esc_html_e('Add a Site', 'pmpro-network'); ?></span>
</h3>
<h2>
<span class="pmpro_checkout-h2-name"><?php esc_html_e('Add a Site', 'pmpro-network'); ?></span>
</h2>
<div class="pmpro_checkout-fields">
<div class="pmpro_checkout-field">
<label for="sitename"><?php esc_html_e('Site Name', 'pmpro-network'); ?></label>
Expand Down Expand Up @@ -116,9 +116,9 @@ function pmpron_manage_sites_shortcode($atts, $content=null, $code="") {

<?php if ( ! empty( $blog_ids ) ) { ?>
<hr />
<h3>
<span class="pmpro_checkout-h3-name"><?php esc_html_e( 'Your Sites', 'pmpro-network' ); ?></span>
</h3>
<h2>
<span class="pmpro_checkout-h2-name"><?php esc_html_e( 'Your Sites', 'pmpro-network' ); ?></span>
</h2>
<ul class="pmpro_network_sites">
<?php
foreach ( $blog_ids as $blog_id ) {
Expand Down

0 comments on commit c128516

Please sign in to comment.