Make WordPress Core


Ignore:
Timestamp:
07/09/2012 05:03:53 AM (11 years ago)
Author:
markjaquith
Message:

Bunch of PHPDoc corrections and cleanups. props c3mdigital. props SergeyBiryukov. fixes #21149

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/bookmark-template.php

    r19712 r21241  
    4343 * @since 2.1.0
    4444 * @access private
    45  * @usedby wp_list_bookmarks()
    4645 *
    4746 * @param array $bookmarks List of bookmarks to traverse
     
    190189 *
    191190 * @since 2.1.0
    192  * @uses _list_bookmarks() Used to iterate over all of the bookmarks and return
     191 * @uses _walk_bookmarks() Used to iterate over all of the bookmarks and return
    193192 *      the html
    194193 * @uses get_terms() Gets all of the categories that are for links.
Note: See TracChangeset for help on using the changeset viewer.