Make WordPress Core


Ignore:
Timestamp:
02/20/2010 12:50:29 AM (15 years ago)
Author:
dd32
Message:

Remove unused references to global $wpdb

File:
1 edited

Legend:

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

    r13213 r13240  
    10771077 */
    10781078function get_boundary_post($in_same_cat = false, $excluded_categories = '', $start = true) {
    1079     global $post, $wpdb;
     1079    global $post;
    10801080
    10811081    if ( empty($post) || !is_single() || is_attachment() )
Note: See TracChangeset for help on using the changeset viewer.