Changes between Initial Version and Version 1 of Ticket #28232, comment 14
- Timestamp:
- 11/05/2018 11:17:31 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28232, comment 14
initial v1 1 1 The query tweak needed is here: http://scribu.net/wordpress/sortable-taxonomy-columns.html 2 2 {{{ 3 #! sql3 #!php 4 4 $clauses['join'] .= <<<SQL 5 5 LEFT OUTER JOIN {$wpdb->term_relationships} ON {$wpdb->posts}.ID={$wpdb->term_relationships}.object_id