Make WordPress Core


Ignore:
Timestamp:
04/06/2006 12:44:35 AM (20 years ago)
Author:
ryan
Message:

Removed unused var.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/template-functions-links.php

    r3694 r3696  
    476476        $max_num_pages = ceil($numposts / get_option('posts_per_page'));
    477477    } else {
    478         $posts = $wp_query->posts;
    479478        preg_match('#FROM\s(.*)\sORDER BY#siU', $wp_query->request, $matches);
    480479        $fromwhere = preg_replace('/( AND )?post_date >= (\'|\")(.*?)(\'|\")( AND post_date <= (\'\")(.*?)(\'\"))?/siU', '', $matches[1]);
Note: See TracChangeset for help on using the changeset viewer.