Changes between Initial Version and Version 1 of Ticket #11541, comment 23
- Timestamp:
- 12/16/2012 08:34:24 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11541, comment 23
initial v1 10 10 11 11 Some 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. 13 13 * It should be run only on the main site, as usermeta is of course a global table in multisite. 14 14 * As it is global, it should be stored globally, so get_site_option().