This commit is contained in:
Mike Jolley 2015-11-27 12:27:27 +00:00
parent 615c262f6f
commit fd5dd4cfb7
3 changed files with 5 additions and 5 deletions

View File

@ -244,7 +244,7 @@ class WC_Admin_Attributes {
?>
<div class="wrap woocommerce">
<div class="icon32 icon32-attributes" id="icon-woocommerce"><br/></div>
<h2><?php _e( 'Edit Attribute', 'woocommerce' ) ?></h2>
<h1><?php _e( 'Edit Attribute', 'woocommerce' ) ?></h1>
<?php
@ -345,7 +345,7 @@ class WC_Admin_Attributes {
?>
<div class="wrap woocommerce">
<div class="icon32 icon32-attributes" id="icon-woocommerce"><br/></div>
<h2><?php _e( 'Attributes', 'woocommerce' ); ?></h2>
<h1><?php _e( 'Attributes', 'woocommerce' ); ?></h1>
<br class="clear" />
<div id="col-container">
<div id="col-right">

View File

@ -190,7 +190,7 @@ class WC_Tax_Rate_Importer extends WP_Importer {
*/
public function header() {
echo '<div class="wrap"><div class="icon32 icon32-woocommerce-importer" id="icon-woocommerce"><br></div>';
echo '<h2>' . __( 'Import Tax Rates', 'woocommerce' ) . '</h2>';
echo '<h1>' . __( 'Import Tax Rates', 'woocommerce' ) . '</h1>';
}
/**

View File

@ -16,11 +16,11 @@ $theme = wp_get_theme();
<div class="wrap woocommerce wc_addons_wrap">
<div class="icon32 icon32-posts-product" id="icon-woocommerce"><br /></div>
<h2>
<h1>
<?php _e( 'WooCommerce Add-ons/Extensions', 'woocommerce' ); ?>
<a href="http://www.woothemes.com/product-category/woocommerce-extensions/" class="add-new-h2"><?php _e( 'Browse all extensions', 'woocommerce' ); ?></a>
<?php WC_Admin_Addons::output_storefront_button(); ?>
</h2>
</h1>
<?php if ( $addons ) : ?>
<ul class="subsubsub">
<?php