Fixed admin attributes page inline docs
This commit is contained in:
parent
4f84364631
commit
00bc21135c
|
@ -2,17 +2,13 @@
|
||||||
/**
|
/**
|
||||||
* Attributes Page
|
* Attributes Page
|
||||||
*
|
*
|
||||||
* The attributes section lets users add custom attributes to assign to products - they can also be used in the layered nav widget.
|
* The attributes section lets users add custom attributes to assign to products - they can also be used in the "Filter Products by Attribute" widget.
|
||||||
*
|
*
|
||||||
* @author WooThemes
|
* @package WooCommerce/Admin
|
||||||
* @category Admin
|
* @version 2.3.0
|
||||||
* @package WooCommerce/Admin
|
|
||||||
* @version 2.3.0
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if ( ! defined( 'ABSPATH' ) ) {
|
defined( 'ABSPATH' ) || exit;
|
||||||
exit;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WC_Admin_Attributes Class.
|
* WC_Admin_Attributes Class.
|
||||||
|
|
Loading…
Reference in New Issue