justintadlock / breadcrumb-trail

Official home of the Breadcrumb Trail plugin for WordPress.
GNU General Public License v2.0
136 stars 61 forks source link

Use wp_list_sort() to sort categories #26

Closed justintadlock closed 7 years ago

justintadlock commented 7 years ago

In WP 4.7, there's a new function called wp_list_sort(). This should replace the usage of usort_terms_by_ID.

Ticket: https://core.trac.wordpress.org/ticket/37128

Reference: https://github.com/justintadlock/hybrid-core/issues/134

CC: @pagelab