I just uploaded the new changes. Still isn't working (i.e., deleting links), unfortunately.
I just uploaded the new changes. Still isn't working (i.e., deleting links), unfortunately.
The following patch fixes the delete problem for me.
diff -c -r1.6 link-manager.php
*** link-manager.php 27 Dec 2003 20:55:03 -0000 1.6
--- link-manager.php 28 Dec 2003 05:23:18 -0000
***************
*** 248,255 ****
$standalone = 1;
include_once('admin-header.php');
- $link_id = $HTTP_POST_VARS["link_id"];
-
if ($user_level < get_settings('links_minadminlevel'))
die ("Cheatin' uh ?");
--- 248,253 ----
Fixed.
Works great. Thanks allusion :)
I'm having an issue with importing OPML from blogrolling - testing locally, I'm getting a parse error:
Parse error: parse error, unexpected T_ECHO in G:\wordpress\wp-admin\link-parse-opml.php on line 58
This topic has been closed to new replies.