Changeset 8742 for trunk/wp-includes/bookmark.php
- Timestamp:
- 08/27/2008 06:45:13 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/bookmark.php
r7990 r8742 10 10 * Retrieve Bookmark data based on ID 11 11 * 12 * @since 2.1 12 * @since 2.1.0 13 13 * @uses $wpdb Database Object 14 14 * … … 40 40 * Retrieve single bookmark data item or field. 41 41 * 42 * @since 2.3 42 * @since 2.3.0 43 43 * @uses get_bookmark() Gets bookmark object using $bookmark as ID 44 44 * @uses sanitize_bookmark_field() Sanitizes Bookmark field based on $context. … … 68 68 * Retrieve bookmark data based on ID. 69 69 * 70 * @since 2.0 70 * @since 2.0.0 71 71 * @deprecated Use get_bookmark() 72 72 * @see get_bookmark() … … 107 107 * separated by commas. 108 108 * 109 * @since 2.1 109 * @since 2.1.0 110 110 * @uses $wpdb Database Object 111 111 * @link http://codex.wordpress.org/Template_Tags/get_bookmarks … … 239 239 * Sanitizes all bookmark fields 240 240 * 241 * @since 2.3 241 * @since 2.3.0 242 242 * 243 243 * @param object|array $bookmark Bookmark row … … 280 280 * $context respectively. 281 281 * 282 * @since 2.3 282 * @since 2.3.0 283 283 * 284 284 * @param string $field The bookmark field … … 334 334 * Deletes entire bookmark cache 335 335 * 336 * @since 2.1 336 * @since 2.1.0 337 337 * @uses wp_cache_delete() Deletes the contents of 'get_bookmarks' 338 338 */
Note: See TracChangeset
for help on using the changeset viewer.