Viewing 2 replies - 1 through 2 (of 2 total)
  • Show me what is in line 10 of /home/emmanue5/public_html/wp-includes/query.php

    Thread Starter joehslee

    (@joehslee)

    This is line 1 through 17 (bolded line is line 10)… Thanks:
    <?php

    /*
    * The Big Query.
    */

    function get_query_var($var) {
    global $wp_query;

    return $wp_query->get($var);
    }

    function &query_posts($query) {
    unset($GLOBALS[‘wp_query’]);
    $GLOBALS[‘wp_query’] =& new WP_Query();
    return $GLOBALS[‘wp_query’]->query($query);
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disappeared’ is closed to new replies.