Fix #27436
This commit is contained in:
parent
9b9ebc396a
commit
201db0ca9e
|
@ -489,7 +489,7 @@ class WC_Post_Types {
|
||||||
* @since 4.4.0
|
* @since 4.4.0
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
public function updated_term_messages( $messages ) {
|
public static function updated_term_messages( $messages ) {
|
||||||
$messages['product_cat'] = array(
|
$messages['product_cat'] = array(
|
||||||
0 => '',
|
0 => '',
|
||||||
1 => __( 'Category added.', 'woocommerce' ),
|
1 => __( 'Category added.', 'woocommerce' ),
|
||||||
|
|
Loading…
Reference in New Issue