Changeset 9716 for trunk/wp-includes/bookmark.php
- Timestamp:
- 11/15/2008 06:10:35 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/bookmark.php
r9699 r9716 30 30 $_bookmark = $bookmark; 31 31 } else { 32 if ( isset($GLOBALS['link']) && ($GLOBALS['link']->link_id == $ link) ) {32 if ( isset($GLOBALS['link']) && ($GLOBALS['link']->link_id == $bookmark) ) { 33 33 $_bookmark = & $GLOBALS['link']; 34 34 } elseif ( ! $_bookmark = wp_cache_get($bookmark, 'bookmark') ) {
Note: See TracChangeset
for help on using the changeset viewer.