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

WordPress Trac wp-trac at lists.automattic.com
Thu Jul 26 12:16:05 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:                  |
----------------------------+------------------

Comment (by jackdewey):

 One thing to consider when migrating links data over to the post table as
 a CPT is that some link-related plugins rely on the current link IDs. In
 the case of my plugin, I created a separate custom database table to
 extend the links data model. This table uses the same link IDs as its
 primary key and to associate data with the links table.

 I suggest storing the old link ID as a post meta data field to facilitate
 backwards compatibility.

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


More information about the wp-trac mailing list