[wp-trac] [WordPress Trac] #21307: Remove Link Manager from core

WordPress Trac wp-trac at lists.automattic.com
Mon Jul 30 05:03:22 UTC 2012


#21307: Remove Link Manager from core
----------------------------+------------------
 Reporter:  nacin           |       Owner:
     Type:  task (blessed)  |      Status:  new
 Priority:  normal          |   Milestone:  3.5
Component:  General         |     Version:
 Severity:  normal          |  Resolution:
 Keywords:  has-patch       |
----------------------------+------------------
Changes (by wonderboymusic):

 * keywords:   => has-patch


Comment:

 There is link code everywhere in core, but it really doesn't do too many
 crazy things. There were a few places I needed to add a filter or action,
 and there are some really weird back-compat actions that I doubt are ever
 used, but Links actually work well in a plugin.

 My code assumes that WP core creates the table and that WP will alter the
 table in the future. I also didn't port any of the legacy DB upgrade code
 for the table.

 My code is lacking documentation, but that can come later.

 I kept the same menu "slugs" (link-manager.php and link-add.php, etc) for
 the admin pages so plugins should remain compatible with the admin menu.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/21307#comment:44>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list