Merge pull request #13276 from bekarice/fix-edit-coupon-styles

[2.7] Fixes coupon styles so admin CSS applies
This commit is contained in:
Mike Jolley 2017-02-22 09:46:17 +00:00 committed by GitHub
commit 4e4c0bc5fa
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ class WC_Meta_Box_Coupon_Data {
foreach ( $coupon_data_tabs as $key => $tab ) {
?><li class="<?php echo $key; ?>_options <?php echo $key; ?>_tab <?php echo implode( ' ' , (array) $tab['class'] ); ?>">
<a href="#<?php echo $tab['target']; ?>"><?php echo esc_html( $tab['label'] ); ?></a>
<a href="#<?php echo $tab['target']; ?>"><span><?php echo esc_html( $tab['label'] ); ?></span></a>
</li><?php
}
?>