Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #11541, comment 23


Ignore:
Timestamp:
12/16/2012 08:34:24 AM (12 years ago)
Author:
nacin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11541, comment 23

    initial v1  
    1010
    1111Some notes on implementation:
    12  * We should avoid doing this when DO_NOT_UPGRADE_GLOBAL_TABLES is set, because that will signify this may be run on a huge usermeta table.
     12 * We should avoid doing this query when DO_NOT_UPGRADE_GLOBAL_TABLES is set, because that will signify this may be run on a huge usermeta table.
    1313 * It should be run only on the main site, as usermeta is of course a global table in multisite.
    1414 * As it is global, it should be stored globally, so get_site_option().