WC() - correct @return

This commit is contained in:
Gregory K 2013-09-25 09:10:40 -04:00
parent 4947af4ca0
commit 518b991e96
1 changed files with 1 additions and 1 deletions

View File

@ -813,7 +813,7 @@ endif;
* Returns the main instance of WC to prevent the need to use globals.
*
* @since 2.1
* @return object WooCommerce
* @return WooCommerce
*/
function WC() {
return WooCommerce::instance();