Make WordPress Core


Ignore:
Timestamp:
11/15/2008 06:10:35 PM (18 years ago)
Author:
ryan
Message:

Unused var fixes. Props DD32. see #8220

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/bookmark.php

    r9699 r9716  
    3030                $_bookmark = $bookmark;
    3131        } else {
    32                 if ( isset($GLOBALS['link']) && ($GLOBALS['link']->link_id == $link) ) {
     32                if ( isset($GLOBALS['link']) && ($GLOBALS['link']->link_id == $bookmark) ) {
    3333                        $_bookmark = & $GLOBALS['link'];
    3434                } elseif ( ! $_bookmark = wp_cache_get($bookmark, 'bookmark') ) {
Note: See TracChangeset for help on using the changeset viewer.