Show
Ignore:
Timestamp:
08/27/08 06:45:13 (3 months ago)
Author:
westi
Message:

phpDoc corrections for wp-includes. See #7550 props santosj.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/bookmark.php

    r7990 r8742  
    1010 * Retrieve Bookmark data based on ID 
    1111 * 
    12  * @since 2.1 
     12 * @since 2.1.0 
    1313 * @uses $wpdb Database Object 
    1414 * 
     
    4040 * Retrieve single bookmark data item or field. 
    4141 * 
    42  * @since 2.3 
     42 * @since 2.3.0 
    4343 * @uses get_bookmark() Gets bookmark object using $bookmark as ID 
    4444 * @uses sanitize_bookmark_field() Sanitizes Bookmark field based on $context. 
     
    6868 * Retrieve bookmark data based on ID. 
    6969 * 
    70  * @since 2.0 
     70 * @since 2.0.0 
    7171 * @deprecated Use get_bookmark() 
    7272 * @see get_bookmark() 
     
    107107 *      separated by commas. 
    108108 * 
    109  * @since 2.1 
     109 * @since 2.1.0 
    110110 * @uses $wpdb Database Object 
    111111 * @link http://codex.wordpress.org/Template_Tags/get_bookmarks 
     
    239239 * Sanitizes all bookmark fields 
    240240 * 
    241  * @since 2.3 
     241 * @since 2.3.0 
    242242 * 
    243243 * @param object|array $bookmark Bookmark row 
     
    280280 * $context respectively. 
    281281 * 
    282  * @since 2.3 
     282 * @since 2.3.0 
    283283 * 
    284284 * @param string $field The bookmark field 
     
    334334 * Deletes entire bookmark cache 
    335335 * 
    336  * @since 2.1 
     336 * @since 2.1.0 
    337337 * @uses wp_cache_delete() Deletes the contents of 'get_bookmarks' 
    338338 */