Merge pull request #5281 from tivnet/patch-2

Update class-wc-admin-duplicate-product.php
This commit is contained in:
Mike Jolley 2014-04-07 09:23:42 +01:00
commit 9410bde762
1 changed files with 3 additions and 3 deletions

View File

@ -28,9 +28,9 @@ class WC_Admin_Duplicate_Product {
}
/**
* Show the duplicate link in admin
* @param array of $actions
* @param array $post object
* Show the "Duplicate" link in admin products list
* @param array $actions
* @param WP_Post $post Post object
* @return array
*/
public function dupe_link( $actions, $post ) {