Hide content after save

This commit is contained in:
Mike Jolley 2017-11-17 15:57:27 +00:00
parent f207fdcde9
commit ca7128927f
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ if ( ! defined( 'ABSPATH' ) ) {
<div class="handlediv" title="<?php esc_attr_e( 'Click to toggle', 'woocommerce' ); ?>"></div> <div class="handlediv" title="<?php esc_attr_e( 'Click to toggle', 'woocommerce' ); ?>"></div>
<strong class="attribute_name"><?php echo esc_html( wc_attribute_label( $attribute->get_name() ) ); ?></strong> <strong class="attribute_name"><?php echo esc_html( wc_attribute_label( $attribute->get_name() ) ); ?></strong>
</h3> </h3>
<div class="woocommerce_attribute_data wc-metabox-content"> <div class="woocommerce_attribute_data wc-metabox-content hidden">
<table cellpadding="0" cellspacing="0"> <table cellpadding="0" cellspacing="0">
<tbody> <tbody>
<tr> <tr>