Make WordPress Core


Ignore:
Timestamp:
11/05/2019 09:28:51 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Docs on docs. Further improve documentation of known return types, plus other docs fixes.

See #48303

File:
1 edited

Legend:

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

    r45932 r46662  
    118118
    119119/**
    120  * Retrieves the link categories associated with the link specified.
     120 * Retrieves the link category IDs associated with the link specified.
    121121 *
    122122 * @since 2.1.0
    123123 *
    124  * @param int $link_id Link ID to look up
    125  * @return array The requested link's categories
     124 * @param int $link_id Link ID to look up.
     125 * @return int[] The IDs of the requested link's categories.
    126126 */
    127127function wp_get_link_cats( $link_id = 0 ) {
Note: See TracChangeset for help on using the changeset viewer.