Changeset 8742 for trunk/wp-includes/bookmark-template.php
- Timestamp:
- 08/27/08 06:45:13 (3 months ago)
- Files:
-
- trunk/wp-includes/bookmark-template.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/bookmark-template.php
r8463 r8742 8 8 9 9 /** 10 * The formatted output of a list of bookmarks 10 * The formatted output of a list of bookmarks. 11 11 * 12 12 * The $bookmarks array must contain bookmark objects and will be iterated over … … 35 35 * 'show_rating' - Default is 0 (integer). Whether to show the link rating. 36 36 * 37 * @since 2.1 37 * @since 2.1.0 38 38 * @access private 39 39 * @usedby wp_list_bookmarks() … … 121 121 122 122 /** 123 * Retrieve or echo all of the bookmarks 123 * Retrieve or echo all of the bookmarks. 124 124 * 125 125 * List of default arguments are as follows: … … 175 175 * @link http://codex.wordpress.org/Template_Tags/wp_list_bookmarks 176 176 * 177 * @since 2.1 177 * @since 2.1.0 178 178 * @uses _list_bookmarks() Used to iterate over all of the bookmarks and return 179 179 * the html
