Ticket #14217: 14217.patch
| File 14217.patch, 592 bytes (added by , 16 years ago) |
|---|
-
wp-includes/taxonomy.php
998 998 } 999 999 $select_this = implode(', ', apply_filters( 'get_terms_fields', $selects, $args )); 1000 1000 1001 $where = apply_filters( 'get_terms_where', $where, $args ); 1002 1001 1003 $query = "SELECT $select_this FROM $wpdb->terms AS t INNER JOIN $wpdb->term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy IN ($in_taxonomies) $where $orderby $order $limit"; 1002 1004 1003 1005 if ( 'count' == $fields ) {
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)