Ticket #55066: 55066.diff
File 55066.diff, 366 bytes (added by , 3 years ago) |
---|
-
src/wp-includes/link-template.php
228 228 $cats = wp_list_sort( 229 229 $cats, 230 230 array( 231 'parent' => 'DESC', 231 232 'term_id' => 'ASC', 232 233 ) 233 234 );