Skip to:
Content

bbPress.org

Changes between Initial Version and Version 1 of Ticket #1823


Ignore:
Timestamp:
05/14/2012 09:49:53 PM (13 years ago)
Author:
johnjamesjacoby
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1823 – Description

    initial v1  
    1 Some WordPress core functions need to be mappable:
     1Some WordPress core functions need to be mappable, to allow their respective data to exist in other non-conventional database tables:
    22
    33* get/add/update/delete/_user_meta
     
    66* get/add/update/delete/_site_meta
    77
    8 This is to allow huge installations to map to custom tables, if needed.
     8This is to allow huge installations to map to custom tables, where needed. An example is storing certain user_meta in a separate table that won't cause user cache invalidation. Something similar could be done for post_meta, blogs, etc...