Make WordPress Core

Opened 19 years ago

Closed 18 years ago

Last modified 15 months ago

#2804 closed defect (bug) (invalid)

Link Ownership cannot be changed and always shows as 0

Reported by: nikhilgupte's profile nikhilgupte 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)

#1 @markjaquith
19 years ago

I think link ownership is being deprecated in /trunk/

#2 @Nazgul
18 years ago

  • Resolution set to invalid
  • Status changed from new to closed

Ticket is no longer valid.

Note: See TracTickets for help on using tickets.