Changeset 4285
- Timestamp:
- 10/04/2006 02:42:13 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-admin/admin-db.php
r4229 r4285 317 317 $link_rel = apply_filters('pre_link_rel', $link_rel); 318 318 319 // Make sure we set a valid category320 if (0 == count($link_category) || !is_array($link_category)) {321 $link_category = array(get_option('default_link_category'));322 }323 324 319 if ( $update ) { 325 320 $wpdb->query("UPDATE $wpdb->links SET link_url='$link_url',
Note: See TracChangeset
for help on using the changeset viewer.