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-template.php

    r8463 r8742  
    88 
    99/** 
    10  * The formatted output of a list of bookmarks 
     10 * The formatted output of a list of bookmarks. 
    1111 * 
    1212 * The $bookmarks array must contain bookmark objects and will be iterated over 
     
    3535 * 'show_rating' - Default is 0 (integer). Whether to show the link rating. 
    3636 * 
    37  * @since 2.1 
     37 * @since 2.1.0 
    3838 * @access private 
    3939 * @usedby wp_list_bookmarks() 
     
    121121 
    122122/** 
    123  * Retrieve or echo all of the bookmarks 
     123 * Retrieve or echo all of the bookmarks. 
    124124 * 
    125125 * List of default arguments are as follows: 
     
    175175 * @link http://codex.wordpress.org/Template_Tags/wp_list_bookmarks 
    176176 * 
    177  * @since 2.1 
     177 * @since 2.1.0 
    178178 * @uses _list_bookmarks() Used to iterate over all of the bookmarks and return 
    179179 *      the html