#2804 closed defect (bug) (invalid)
Link Ownership cannot be changed and always shows as 0
| Reported by: | nikhilgupte | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | 2.0.2 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
I think link ownership is being deprecated in
/trunk/