Ticket #64853: category-count-fix.patch
| File category-count-fix.patch, 500 bytes (added by , 5 months ago) |
|---|
-
src/wp-includes/taxonomy.php
diff --git a/src/wp-includes/taxonomy.php b/src/wp-includes/taxonomy.php index 80f457de0e..cc033db670 100644
a b function _update_post_term_count( $terms, $taxonomy ) { 4169 4169 $object_types = esc_sql( array_filter( $object_types, 'post_type_exists' ) ); 4170 4170 } 4171 4171 4172 $post_statuses = array( 'publish' );4172 $post_statuses = array( 'publish', 'future' ); 4173 4173 4174 4174 /** 4175 4175 * Filters the post statuses for updating the term count.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)