#11380 closed defect (bug) (fixed)
default_password_nag_handler() creates queries all over the place
Reported by: | Denis-de-Bernardy | Owned by: | |
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Optimization | Keywords: | has-patch |
Focuses: | 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)
Note: See
TracTickets for help on using
tickets.
Related: #9065