Merge pull request #5344 from tivnet/patch-3

Docblock fix: wc_product_post_type_link
This commit is contained in:
Mike Jolley 2014-04-22 16:49:56 +01:00
commit 53d10f8c7f
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ function wc_get_featured_product_ids() {
*
* @access public
* @param string $permalink The existing permalink URL.
* @param object $post
* @param WP_Post $post
* @return string
*/
function wc_product_post_type_link( $permalink, $post ) {