Update abstract docblock

This commit is contained in:
Mike Jolley 2014-04-25 12:33:14 +01:00
parent 34db5d68b6
commit 3d8f7963df
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class WC_Product {
* Constructor gets the post object and sets the ID for the loaded product.
*
* @access public
* @param mixed $product Product ID, post object, or product object
* @param int|WC_Product|WP_Post $product Product ID, post object, or product object
*/
public function __construct( $product ) {
if ( is_numeric( $product ) ) {