]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/class-wp-tax-query.php
WordPress 4.5-scripts
[autoinstalls/wordpress.git] / wp-includes / class-wp-tax-query.php
index 356b69292c701f809f3b46931d4769a34972fabf..a842b2c3fec58b457081fc27e24cd740028a1032 100644 (file)
@@ -557,7 +557,7 @@ class WP_Tax_Query {
         * @since 3.2.0
         * @access private
         *
-        * @param array &$query The single query.
+        * @param array $query The single query. Passed by reference.
         */
        private function clean_query( &$query ) {
                if ( empty( $query['taxonomy'] ) ) {
@@ -599,7 +599,7 @@ class WP_Tax_Query {
         *
         * @global wpdb $wpdb The WordPress database abstraction object.
         *
-        * @param array  &$query          The single query.
+        * @param array  $query           The single query. Passed by reference.
         * @param string $resulting_field The resulting field. Accepts 'slug', 'name', 'term_taxonomy_id',
         *                                or 'term_id'. Default 'term_id'.
         */