Changeset 39675
- Timestamp:
- 01/04/2017 01:38:10 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-term-query.php
r39625 r39675 295 295 * Get terms, based on query_vars. 296 296 * 297 * @ param4.6.0297 * @since 4.6.0 298 298 * @access public 299 299 * 300 300 * @global wpdb $wpdb WordPress database abstraction object. 301 301 * 302 * @return array 302 * @return array List of terms. 303 303 */ 304 304 public function get_terms() { … … 871 871 * 872 872 * @since 4.6.0 873 * @access p ublic873 * @access protected 874 874 * 875 875 * @param string $orderby_raw Raw 'orderby' value passed to WP_Term_Query. 876 * @return string 876 * @return string ORDER BY clause. 877 877 */ 878 878 protected function parse_orderby_meta( $orderby_raw ) {
Note: See TracChangeset
for help on using the changeset viewer.