Changeset 42871 for trunk/src/wp-admin/includes/bookmark.php
- Timestamp:
- 03/22/2018 08:26:06 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/bookmark.php
r42719 r42871 254 254 * 255 255 * @param int $link_id ID of the link to update. 256 * @param array $link_categories Array of link categories to add the link to.256 * @param int[] $link_categories Array of link category IDs to add the link to. 257 257 */ 258 258 function wp_set_link_cats( $link_id = 0, $link_categories = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.