Make WordPress Core


Ignore:
Timestamp:
09/22/2015 08:26:17 PM (9 years ago)
Author:
wonderboymusic
Message:

Remove some unused globals and/or their docs.

See ##33491.

File:
1 edited

Legend:

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

    r34272 r34446  
    534534 *
    535535 * @global wpdb $wpdb WordPress database abstraction object.
    536  * @global WP_Rewrite $wp_rewrite
    537536 *
    538537 * @return false|string The correct URL if one is found. False on failure.
    539538 */
    540539function redirect_guess_404_permalink() {
    541     global $wpdb, $wp_rewrite;
     540    global $wpdb;
    542541
    543542    if ( get_query_var('name') ) {
Note: See TracChangeset for help on using the changeset viewer.