Opened 21 years ago
Closed 21 years ago
#1695 closed defect (bug) (fixed)
link_owner missing!
| Reported by: | donncha | Owned by: | ryan |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 1.6 |
| Severity: | major | Keywords: | |
| Cc: | Focuses: |
Description
The link_owner variable is missing from the links functions:
Here's a patch for wp-admin/admin-functions.php to add it back in. (Line number may not match exactly but look for the wp_insert_link() function)
568c570 < global $wpdb; --- > global $wpdb, $current_user; 584a587 > $link_owner = $current_user->id; 594a598
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [2901]) Populate link_owner. Props donncha. fixes #1695