WC() - correct @return
This commit is contained in:
parent
4947af4ca0
commit
518b991e96
|
@ -813,7 +813,7 @@ endif;
|
||||||
* Returns the main instance of WC to prevent the need to use globals.
|
* Returns the main instance of WC to prevent the need to use globals.
|
||||||
*
|
*
|
||||||
* @since 2.1
|
* @since 2.1
|
||||||
* @return object WooCommerce
|
* @return WooCommerce
|
||||||
*/
|
*/
|
||||||
function WC() {
|
function WC() {
|
||||||
return WooCommerce::instance();
|
return WooCommerce::instance();
|
||||||
|
|
Loading…
Reference in New Issue