#11380 closed defect (bug) (fixed)
default_password_nag_handler() creates queries all over the place
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Optimization | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
Once the default password nag has been acted upon, it deletes the related user meta.
On every page load thereafter, WP will go into the DB in order to check for the user meta's value. We should store some kind of new meta, or maybe a cookie, so we know it has been acted upon.
Attachments (1)
Change History (5)
- Component changed from Performance to Optimization
Denis-de-Bernardy — 3 years ago
- Keywords has-patch added
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Related: #9065