Changes between Initial Version and Version 1 of Ticket #5296, comment 14
- Timestamp:
- 02/28/2014 06:20:48 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5296, comment 14
initial v1 5 5 > Replaced some direct SQL queries/calls to update_user_meta with existing API functions 6 6 7 The reason bbPress did direct queries was to provide primitive database manipulation tools with a UI, to fix only what we intended to fix, without bumping/breaking anything else. Some of bbPress's meta functions were in flux 7 The reason bbPress did direct queries was to provide primitive database manipulation tools with a UI, to fix only what we intended to fix, without bumping/breaking anything else. Some of bbPress's meta functions were in flux at the time. 8 8 9 9 We'll need to hook `bp_admin_repair_handler` to something more specific than `bp_core_admin_hook()` as it's causing nonce issues with every other settings page.