Ticket #3179: 3179.diff
| File 3179.diff, 474 bytes (added by Nazgul, 2 years ago) |
|---|
-
wp-includes/template-functions-category.php
old new 301 301 WHERE cat_ID > 0 $exclusions 302 302 ORDER BY $sort_column $sort_order"; 303 303 304 $categories = $wpdb->get_results($query);304 $categories = (array) $wpdb->get_results($query); 305 305 } 306 306 307 307 if ( $optiondates ) {
