Merge pull request #19778 from woocommerce/fix/inline-docs-admin-attributes
Fixed admin attributes page inline docs
This commit is contained in:
commit
1d0528b73f
|
@ -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
|
|
||||||
* @category Admin
|
|
||||||
* @package WooCommerce/Admin
|
* @package WooCommerce/Admin
|
||||||
* @version 2.3.0
|
* @version 2.3.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if ( ! defined( 'ABSPATH' ) ) {
|
defined( 'ABSPATH' ) || exit;
|
||||||
exit;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WC_Admin_Attributes Class.
|
* WC_Admin_Attributes Class.
|
||||||
|
|
Loading…
Reference in New Issue