Changeset 5879
- Timestamp:
- 08/16/07 18:12:12 (1 year ago)
- Files:
-
- trunk/wp-includes/bookmark.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/bookmark.php
r5708 r5879 138 138 139 139 $cache[ $key ] = $results; 140 wp_cache_ add( 'get_bookmarks', $cache, 'bookmark' );140 wp_cache_set( 'get_bookmarks', $cache, 'bookmark' ); 141 141 142 142 return apply_filters('get_bookmarks', $results, $r);
