Fixed selected category when editing links (reported by TechGnome)
git-svn-id: https://develop.svn.wordpress.org/trunk@729 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
9ca634e982
commit
3cfc0c2fac
@ -290,7 +290,7 @@ switch ($action) {
|
||||
$link_name = stripslashes($row->link_name);
|
||||
$link_image = $row->link_image;
|
||||
$link_target = $row->link_target;
|
||||
$link_category = $row->cat_id;
|
||||
$link_category = $row->link_category;
|
||||
$link_description = stripslashes($row->link_description);
|
||||
$link_visible = $row->link_visible;
|
||||
$link_rating = $row->link_rating;
|
||||
|
Loading…
Reference in New Issue
Block a user