Skip to content

Commit

Permalink
Correct $post_id and $new_post_idin wpsc_duplicate_product_thumbnail(…
Browse files Browse the repository at this point in the history
…) documentation.
  • Loading branch information
benhuson committed Jun 26, 2015
1 parent ffc480d commit e87b2a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wpsc-admin/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -1493,8 +1493,8 @@ function wpsc_duplicate_product_meta( $id, $new_id ) {
* the duplicated product and offers the opportunity to change the featured image
* of the duplicated product via the 'wpsc_duplicate_product_thumbnail' filter.
*
* @param integer $id Product ID.
* @param integer $new_id Duplicated product ID.
* @param integer $post_id Product ID.
* @param integer $new_post_id Duplicated product ID.
*/
function wpsc_duplicate_product_thumbnail( $post_id, $new_post_id ) {

Expand Down

0 comments on commit e87b2a8

Please sign in to comment.