Merge pull request #5344 from tivnet/patch-3
Docblock fix: wc_product_post_type_link
This commit is contained in:
commit
53d10f8c7f
|
@ -214,7 +214,7 @@ function wc_get_featured_product_ids() {
|
||||||
*
|
*
|
||||||
* @access public
|
* @access public
|
||||||
* @param string $permalink The existing permalink URL.
|
* @param string $permalink The existing permalink URL.
|
||||||
* @param object $post
|
* @param WP_Post $post
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
function wc_product_post_type_link( $permalink, $post ) {
|
function wc_product_post_type_link( $permalink, $post ) {
|
||||||
|
|
Loading…
Reference in New Issue