Removed post filter count, closes #8654
This commit is contained in:
parent
f8dfc64db7
commit
506f87f138
|
@ -1563,7 +1563,7 @@ class WC_Admin_Post_Types {
|
|||
break;
|
||||
}
|
||||
|
||||
$output .= " ($term->count)</option>";
|
||||
$output .= '</option>';
|
||||
|
||||
if ( 'simple' == $term->name ) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue