IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
2005 | 2005 | $orderby = 'tt.count'; |
2006 | 2006 | else if ( 'name' == $orderby ) |
2007 | 2007 | $orderby = 't.name'; |
| 2008 | else if ( 'parent' == $orderby ) |
| 2009 | $orderby = 't.parent'; |
| 2010 | else if ( 'taxonomy' == $orderby ) |
| 2011 | $orderby = 't.taxonomy'; |
| 2012 | else if ( 'term_taxonomy_id' == $orderby ) |
| 2013 | $orderby = 't.term_taxonomy_id'; |
2008 | 2014 | else if ( 'slug' == $orderby ) |
2009 | 2015 | $orderby = 't.slug'; |
2010 | 2016 | else if ( 'term_group' == $orderby ) |
… |
… |
|
2014 | 2020 | else if ( 'none' == $orderby ) { |
2015 | 2021 | $orderby = ''; |
2016 | 2022 | $order = ''; |
2017 | | } else { |
| 2023 | } |
| 2024 | else { |
2018 | 2025 | $orderby = 't.term_id'; |
2019 | 2026 | } |
2020 | 2027 | |
| 2028 | No newline at end of file |