Changeset 13093 for trunk/wp-includes/bookmark.php
- Timestamp:
- 02/13/2010 06:39:51 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/bookmark.php
r13017 r13093 78 78 79 79 return sanitize_bookmark_field($field, $bookmark->$field, $bookmark->link_id, $context); 80 }81 82 /**83 * Retrieve bookmark data based on ID.84 *85 * @since 2.0.086 * @deprecated Use get_bookmark()87 * @see get_bookmark()88 *89 * @param int $bookmark_id ID of link90 * @param string $output Either OBJECT, ARRAY_N, or ARRAY_A91 * @return object|array92 */93 function get_link($bookmark_id, $output = OBJECT, $filter = 'raw') {94 return get_bookmark($bookmark_id, $output, $filter);95 80 } 96 81
Note: See TracChangeset
for help on using the changeset viewer.