Changeset 19729 for trunk/wp-includes/bookmark.php
- Timestamp:
- 01/11/2012 09:26:18 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/bookmark.php
r19712 r19729 376 376 * @uses wp_cache_delete() Deletes the contents of 'get_bookmarks' 377 377 */ 378 function clean_bookmark_cache( $bookmark_id) {378 function clean_bookmark_cache( $bookmark_id ) { 379 379 wp_cache_delete( $bookmark_id, 'bookmark' ); 380 380 wp_cache_delete( 'get_bookmarks', 'bookmark' ); 381 } 381 clean_object_term_cache( $bookmark_id, 'link'); 382 }
Note: See TracChangeset
for help on using the changeset viewer.