Make WordPress Core


Ignore:
Timestamp:
02/20/2010 02:01:46 AM (15 years ago)
Author:
dd32
Message:

Variable Cleanup, Unused variables, Typo'd variables, unused code blocks. Fixes #12299

File:
1 edited

Legend:

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

    r13240 r13242  
    16781678*/
    16791679function paginate_comments_links($args = array()) {
    1680     global $wp_query, $wp_rewrite;
     1680    global $wp_rewrite;
    16811681
    16821682    if ( !is_singular() || !get_option('page_comments') )
Note: See TracChangeset for help on using the changeset viewer.