Make WordPress Core


Ignore:
Timestamp:
05/16/2014 08:51:23 PM (10 years ago)
Author:
wonderboymusic
Message:

(ACTUALLY) Eliminate use of extract() in WP_Comment_Query::query().

See #22400.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/comment.php

    r28458 r28459  
    275275         */
    276276        do_action_ref_array( 'pre_get_comments', array( &$this ) );
    277         extract( $this->query_vars, EXTR_SKIP );
    278277
    279278        // $args can be whatever, only use the args defined in defaults to compute the key
Note: See TracChangeset for help on using the changeset viewer.