API comments for v2.0

This commit is contained in:
Geert De Deckere 2013-02-08 16:36:28 +01:00
parent 61587d925c
commit a81e915eeb
2 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,7 @@ function get_product( $the_product = false, $args = array() ) {
/** /**
* Function that returns an array containing the IDs of the products that are on sale. * Function that returns an array containing the IDs of the products that are on sale.
* *
* @since 2.0
* @access public * @access public
* @return array * @return array
*/ */

View File

@ -1918,6 +1918,7 @@ class Woocommerce {
/** /**
* Adds extra post classes for products * Adds extra post classes for products
* *
* @since 2.0
* @access public * @access public
* @param array $classes * @param array $classes
* @param string|array $class * @param string|array $class