Changeset 15843 for trunk/wp-admin/includes/bookmark.php
- Timestamp:
- 10/19/2010 07:48:22 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/bookmark.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/bookmark.php
r15564 r15843 121 121 122 122 /** 123 * This function inserts/updates links into/in the database. 123 * This function inserts/updates links into/in the database. 124 124 * 125 125 * @since 2.0.0 … … 222 222 * 223 223 * @param int $link_id ID of link to update 224 * @param array $link_categories Array of categories to 224 * @param array $link_categories Array of categories to 225 225 */ 226 226 function wp_set_link_cats( $link_id = 0, $link_categories = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.