Changeset 26046
- Timestamp:
- 11/08/2013 02:19:22 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/bookmark.php
r25934 r26046 136 136 $key = md5( serialize( $r ) ); 137 137 if ( $cache = wp_cache_get( 'get_bookmarks', 'bookmark' ) ) { 138 if ( is_array($cache) && isset( $cache[ $key ] ) ) 138 if ( is_array($cache) && isset( $cache[ $key ] ) ) { 139 139 $bookmarks = $cache[ $key ]; 140 140 /** … … 154 154 */ 155 155 return apply_filters( 'get_bookmarks', $bookmarks, $r ); 156 } 156 157 } 157 158
Note: See TracChangeset
for help on using the changeset viewer.