[wp-trac] [WordPress Trac] #11644: multiple blogs & sites / merge WPMU
WordPress Trac
wp-trac at lists.automattic.com
Mon Feb 22 11:52:13 UTC 2010
#11644: multiple blogs & sites / merge WPMU
----------------------------+-----------------------------------------------
Reporter: hakre | Owner: wpmuguru
Type: task (blessed) | Status: assigned
Priority: normal | Milestone: 3.0
Component: Multisite | Version:
Severity: normal | Keywords: multisite
----------------------------+-----------------------------------------------
Comment(by hakre):
For the note:
{{{
/**
* List of deprecated WordPress tables
*
* - categories, post2cat and link2cat are deprecated
* since 2.3.0 / db version >= 5539.
*
* @since 2.9.0
* @access private
* @see wpdb::tables()
* @var array
*/
var $old_tables = array( 'categories', 'post2cat', 'link2cat' );
}}}
Can be patched in later. Documents version numbers since when those
old_tables are deprecated.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/11644#comment:181>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list