Changeset 47096 for trunk/src/wp-includes/bookmark.php
- Timestamp:
- 01/21/2020 03:39:17 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/bookmark.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/bookmark.php
r46661 r47096 168 168 * @see get_bookmarks() 169 169 * 170 * @param array $bookmarks List of the cached bookmarks.171 * @param array $parsed_args An array of bookmark query arguments.170 * @param array $bookmarks List of the cached bookmarks. 171 * @param array $parsed_args An array of bookmark query arguments. 172 172 */ 173 173 return apply_filters( 'get_bookmarks', $bookmarks, $parsed_args );
Note: See TracChangeset
for help on using the changeset viewer.