Remove deprecated admin screen icons (#12074)
This commit is contained in:
parent
4658245625
commit
b8f2f29d5a
|
@ -252,7 +252,6 @@ class WC_Admin_Attributes {
|
|||
|
||||
?>
|
||||
<div class="wrap woocommerce">
|
||||
<div class="icon32 icon32-attributes" id="icon-woocommerce"><br/></div>
|
||||
<h1><?php _e( 'Edit attribute', 'woocommerce' ) ?></h1>
|
||||
|
||||
<?php
|
||||
|
@ -354,7 +353,6 @@ class WC_Admin_Attributes {
|
|||
public static function add_attribute() {
|
||||
?>
|
||||
<div class="wrap woocommerce">
|
||||
<div class="icon32 icon32-attributes" id="icon-woocommerce"><br/></div>
|
||||
<h1><?php _e( 'Attributes', 'woocommerce' ); ?></h1>
|
||||
<br class="clear" />
|
||||
<div id="col-container">
|
||||
|
|
|
@ -209,7 +209,7 @@ class WC_Tax_Rate_Importer extends WP_Importer {
|
|||
* Output header html.
|
||||
*/
|
||||
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>';
|
||||
}
|
||||
|
||||
|
|
|
@ -11,7 +11,6 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|||
|
||||
?>
|
||||
<div class="wrap woocommerce wc_addons_wrap">
|
||||
<div class="icon32 icon32-posts-product" id="icon-woocommerce"><br /></div>
|
||||
<h1>
|
||||
<?php _e( 'WooCommerce extensions', 'woocommerce' ); ?>
|
||||
</h1>
|
||||
|
|
Loading…
Reference in New Issue