+
You can drag Link This to your toolbar and when you click it a window will pop up that will allow you to add whatever site you're on to your links! Right now this only works on Mozilla or Netscape, but we're working on it.
+
+
+
\ No newline at end of file
diff --git a/wp-admin/link-categories.php b/wp-admin/link-categories.php
index 0b6a46a10e..d3f9c12b0a 100644
--- a/wp-admin/link-categories.php
+++ b/wp-admin/link-categories.php
@@ -117,6 +117,7 @@ switch ($action) {
@@ -275,6 +276,7 @@ switch ($action) {
?>
diff --git a/wp-admin/link-import.php b/wp-admin/link-import.php
index 3f7ab46127..439828544b 100644
--- a/wp-admin/link-import.php
+++ b/wp-admin/link-import.php
@@ -25,6 +25,7 @@ switch ($step) {
diff --git a/wp-admin/link-manager.php b/wp-admin/link-manager.php
index 5da7ac4d32..e9c6d87fd9 100644
--- a/wp-admin/link-manager.php
+++ b/wp-admin/link-manager.php
@@ -187,7 +187,7 @@ switch ($action) {
. addslashes($link_image) . "', '$link_target', $link_category, '"
. addslashes($link_description) . "', '$link_visible', $user_ID, $link_rating, '" . addslashes($link_rel) . "', '" . addslashes($link_notes) . "')");
- header('Location: '.$this_file);
+ header('Location: ' . $HTTP_SERVER_VARS['HTTP_REFERER']);
break;
} // end Add
@@ -454,6 +454,7 @@ function checkAll(form)
@@ -630,143 +631,7 @@ LINKS;
?>
-