Changeset 35916
- Timestamp:
- 12/14/2015 02:49:54 AM (9 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-tax-query.php
r34402 r35916 558 558 * @access private 559 559 * 560 * @param array &$query The single query.560 * @param array $query The single query. Passed by reference. 561 561 */ 562 562 private function clean_query( &$query ) { … … 600 600 * @global wpdb $wpdb The WordPress database abstraction object. 601 601 * 602 * @param array &$query The single query.602 * @param array $query The single query. Passed by reference. 603 603 * @param string $resulting_field The resulting field. Accepts 'slug', 'name', 'term_taxonomy_id', 604 604 * or 'term_id'. Default 'term_id'. -
trunk/src/wp-includes/class-wp-user-query.php
r35645 r35916 76 76 * @since 3.1.0 77 77 * 78 * @param null|string|array $ argsOptional. The query variables.78 * @param null|string|array $query Optional. The query variables. 79 79 */ 80 80 public function __construct( $query = null ) {
Note: See TracChangeset
for help on using the changeset viewer.