Opened 14 years ago
Closed 14 years ago
#2987 closed enhancement (fixed)
cleanup in notification settings
Reported by: | wpmuguru | Owned by: | DJPaul |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | Version: | ||
Component: | Core | Keywords: | |
Cc: |
Description
The notification settings repeat calls to get_user_meta for the same data. Also, there is a WP core function for checking radio buttons and checkboxes.
BP should use the core function & should not repeat data retrieval (even if from cache) within the same function. The core function also makes the code cleaner and easier to follow.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
That patch is for trunk.