Removed post filter count, closes #8654

This commit is contained in:
Claudio Sanches 2015-07-24 22:36:51 -03:00
parent f8dfc64db7
commit 506f87f138
1 changed files with 1 additions and 1 deletions

View File

@ -1563,7 +1563,7 @@ class WC_Admin_Post_Types {
break;
}
$output .= " ($term->count)</option>";
$output .= '</option>';
if ( 'simple' == $term->name ) {