correcting woo commerce customer login markup

This commit is contained in:
Holger Könemann 2017-04-29 11:05:14 +02:00
parent 781d9ad075
commit 0d3ae1e7de
2 changed files with 6 additions and 4 deletions

View File

@ -25,8 +25,10 @@ $sidebar_pos = get_theme_mod( 'understrap_sidebar_position' );
<?php if ( have_posts() ) : ?> <?php if ( have_posts() ) : ?>
<header class="page-header"> <header class="page-header">
<h1 class="page-title"><?php printf(
/* translators:*/ /* translators:*/
<h1 class="page-title"><?php printf( esc_html__( 'Search Results for: %s', 'understrap' ), esc_html__( 'Search Results for: %s', 'understrap' ),
'<span>' . get_search_query() . '</span>' ); ?></h1> '<span>' . get_search_query() . '</span>' ); ?></h1>
</header><!-- .page-header --> </header><!-- .page-header -->

View File

@ -28,7 +28,7 @@ if ( ! defined( 'ABSPATH' ) ) {
<?php if ( get_option( 'woocommerce_enable_myaccount_registration' ) === 'yes' ) : ?> <?php if ( get_option( 'woocommerce_enable_myaccount_registration' ) === 'yes' ) : ?>
<div class="u-columns col2-set" id="customer_login"> <div class="u-columns col2-set row" id="customer_login">
<div class="u-column1 col-md-6"> <div class="u-column1 col-md-6">
@ -70,7 +70,7 @@ if ( ! defined( 'ABSPATH' ) ) {
</div> </div>
<div class="u-column2 col-2"> <div class="u-column2 col-md-6">
<h2><?php _e( 'Register', 'understrap' ); ?></h2> <h2><?php _e( 'Register', 'understrap' ); ?></h2>