Changeset 46662 for trunk/src/wp-admin/includes/bookmark.php
- Timestamp:
- 11/05/2019 09:28:51 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/bookmark.php
r45932 r46662 118 118 119 119 /** 120 * Retrieves the link categor ies associated with the link specified.120 * Retrieves the link category IDs associated with the link specified. 121 121 * 122 122 * @since 2.1.0 123 123 * 124 * @param int $link_id Link ID to look up 125 * @return array The requested link's categories124 * @param int $link_id Link ID to look up. 125 * @return int[] The IDs of the requested link's categories. 126 126 */ 127 127 function wp_get_link_cats( $link_id = 0 ) {
Note: See TracChangeset
for help on using the changeset viewer.