Remove deprecated admin screen icons (#12074)

This commit is contained in:
Rami Yushuvaev 2016-10-12 16:57:24 +03:00 committed by Claudio Sanches
parent 4658245625
commit b8f2f29d5a
3 changed files with 1 additions and 4 deletions

View File

@ -252,7 +252,6 @@ class WC_Admin_Attributes {
?> ?>
<div class="wrap woocommerce"> <div class="wrap woocommerce">
<div class="icon32 icon32-attributes" id="icon-woocommerce"><br/></div>
<h1><?php _e( 'Edit attribute', 'woocommerce' ) ?></h1> <h1><?php _e( 'Edit attribute', 'woocommerce' ) ?></h1>
<?php <?php
@ -354,7 +353,6 @@ class WC_Admin_Attributes {
public static function add_attribute() { public static function add_attribute() {
?> ?>
<div class="wrap woocommerce"> <div class="wrap woocommerce">
<div class="icon32 icon32-attributes" id="icon-woocommerce"><br/></div>
<h1><?php _e( 'Attributes', 'woocommerce' ); ?></h1> <h1><?php _e( 'Attributes', 'woocommerce' ); ?></h1>
<br class="clear" /> <br class="clear" />
<div id="col-container"> <div id="col-container">

View File

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

View File

@ -11,7 +11,6 @@ if ( ! defined( 'ABSPATH' ) ) {
?> ?>
<div class="wrap woocommerce wc_addons_wrap"> <div class="wrap woocommerce wc_addons_wrap">
<div class="icon32 icon32-posts-product" id="icon-woocommerce"><br /></div>
<h1> <h1>
<?php _e( 'WooCommerce extensions', 'woocommerce' ); ?> <?php _e( 'WooCommerce extensions', 'woocommerce' ); ?>
</h1> </h1>