Make WordPress Core


Ignore:
Timestamp:
05/22/2014 05:36:42 PM (12 years ago)
Author:
wonderboymusic
Message:

These functions import $wpdb but do not use it.

See #27882.

File:
1 edited

Legend:

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

    r28538 r28539  
    754754 */
    755755function wp_title($sep = '»', $display = true, $seplocation = '') {
    756         global $wpdb, $wp_locale;
     756        global $wp_locale;
    757757
    758758        $m = get_query_var('m');
Note: See TracChangeset for help on using the changeset viewer.