Ticket #57358: 57358.patch
| File 57358.patch, 509 bytes (added by , 4 years ago) |
|---|
-
src/wp-includes/category-template.php
diff --git a/src/wp-includes/category-template.php b/src/wp-includes/category-template.php index dc0dfe7ef0..14e0cca45b 100644
a b function _wp_object_name_sort_cb( $a, $b ) { 1087 1087 * @return bool Whether the count value for `$a` is greater than the count value for `$b`. 1088 1088 */ 1089 1089 function _wp_object_count_sort_cb( $a, $b ) { 1090 return ( $a->count > $b->count );1090 return ( $a->count <=> $b->count ); 1091 1091 } 1092 1092 1093 1093 //
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)