#2804 closed defect (bug) (invalid)
Link Ownership cannot be changed and always shows as 0
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.0.2 |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
The Link owners always show up as 0.
The fix for this is
wordpress/wp-admin/link-manager.php
63c63 < $q = $wpdb->query("update $wpdb->links SET link_owner='$_POST[newowner]' WHERE link_id IN ($all_links)"); --- > $q = $wpdb->query("update $wpdb->links SET link_owner='$newowner' WHERE link_id IN ($all_links)");
Change History (2)
Note: See
TracTickets for help on using
tickets.
I think link ownership is being deprecated in
/trunk/