links (link_url, link_name, link_target, link_category, link_description, link_owner, link_rss)
VALUES('{$urls[$i]}', '".addslashes($names[$i])."', '', $cat_id, '".addslashes($descriptions[$i])."', $user_ID, '{$feeds[$i]}')\n";
$result = $wpdb->query($query);
echo sprintf(__("
Inserted %s
"), $names[$i]);
}
?>
manage those links.'), $link_count, $cat_id, 'link-manager.php') ?>
" . __("You need to supply your OPML url. Press back on your browser and try again") . "\n";
} // end else
?>