Fixed WC_Embed::remove_comments_button() docblock
This commit is contained in:
parent
22c0c7ee9f
commit
a46c632518
|
@ -44,7 +44,7 @@ class WC_Embed {
|
|||
/**
|
||||
* Remove comments button on product embeds.
|
||||
*
|
||||
* @since 2.5.6
|
||||
* @since 2.6.0
|
||||
*/
|
||||
public static function remove_comments_button() {
|
||||
if ( self::is_embedded_product() ) {
|
||||
|
|
Loading…
Reference in New Issue