Changes between Version 1 and Version 2 of Ticket #5733, comment 12
- Timestamp:
- 10/11/2014 11:01:44 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5733, comment 12
v1 v2 4 4 5 5 Regarding the array of user-meta keys in the BP Multi Network plugin, since we don't currently register meta (using `register_meta()` or otherwise) we don't have any central arrays of component meta-keys to make this easy anywhere. bbPress does this for users [https://bbpress.trac.wordpress.org/browser/trunk/src/includes/users/options.php#L13 here] and options 6 [https://bbpress.trac.wordpress.org/browser/trunk/src/includes/core/options.php#L13 here] but not anywhere for post-meta yet (and also does not use `register_meta` as it wasn't finalized for WordPress 3.3 when bbPress development started. Hence, we're stuck cherry-picking the appropriate meta-keys, and it's completely possible I missed some, or newer ones exist that I didn't add.6 [https://bbpress.trac.wordpress.org/browser/trunk/src/includes/core/options.php#L13 here] but not anywhere for post-meta yet (and also does not use `register_meta` as it wasn't finalized for WordPress 3.3 when bbPress development started.) Hence, we're stuck cherry-picking the appropriate meta-keys, and it's completely possible I missed some, or newer ones exist that I didn't add.