Changeset 41162 for trunk/src/wp-includes/class-wp-tax-query.php
- Timestamp:
- 07/27/2017 12:40:27 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-tax-query.php
r40918 r41162 28 28 * 29 29 * @since 3.1.0 30 * @access public31 30 * @var array 32 31 */ … … 37 36 * 38 37 * @since 3.1.0 39 * @access public40 38 * @var string 41 39 */ … … 48 46 * 49 47 * @static 50 * @access private51 48 * @var string 52 49 */ … … 57 54 * 58 55 * @since 4.1.0 59 * @access protected60 56 * @var array 61 57 */ … … 69 65 * 70 66 * @since 4.1.0 71 * @access public72 67 * @var array 73 68 */ … … 78 73 * 79 74 * @since 4.1.0 80 * @access public81 75 * @var string 82 76 */ … … 87 81 * 88 82 * @since 4.1.0 89 * @access public90 83 * @var string 91 84 */ … … 97 90 * @since 3.1.0 98 91 * @since 4.1.0 Added support for `$operator` 'NOT EXISTS' and 'EXISTS' values. 99 * @access public100 92 * 101 93 * @param array $tax_query { … … 136 128 * 137 129 * @since 4.1.0 138 * @access public139 130 * 140 131 * @param array $queries Array of queries clauses. … … 208 199 * 209 200 * @since 4.1.0 210 * @access public211 201 * 212 202 * @param string $relation Raw relation key from the query argument. … … 233 223 * 234 224 * @static 235 * @access protected236 225 * 237 226 * @param array $query Tax query arguments. … … 248 237 * 249 238 * @static 250 * @access public251 239 * 252 240 * @param string $primary_table Database table where the object being filtered is stored (eg wp_users). … … 273 261 * 274 262 * @since 4.1.0 275 * @access protected276 263 * 277 264 * @return array { … … 304 291 * 305 292 * @since 4.1.0 306 * @access protected307 293 * 308 294 * @param array $query Query to parse, passed by reference. … … 386 372 * 387 373 * @since 4.1.0 388 * @access public389 374 * 390 375 * @global wpdb $wpdb The WordPress database abstraction object. … … 512 497 * 513 498 * @since 4.1.0 514 * @access protected515 499 * 516 500 * @param array $clause Query clause. … … 556 540 * 557 541 * @since 3.2.0 558 * @access private559 542 * 560 543 * @param array $query The single query. Passed by reference.
Note: See TracChangeset
for help on using the changeset viewer.