Opened 17 years ago
Closed 17 years ago
#5691 closed enhancement (fixed)
Display name choice for nickname should update when nickname field is changed
Reported by: | hansengel | Owned by: | hansengel |
---|---|---|---|
Milestone: | 2.6 | Priority: | normal |
Severity: | normal | Version: | 2.5 |
Component: | Administration | Keywords: | has-patch tested |
Focuses: | Cc: |
Description
In wp-admin/profile.php
, if the user wants to set their nickname and set the nickname as their display name, they must first update the options so that the new nickname will appear in the list of possible display names.
In this patch, jQuery is used to dynamically update the nickname in the display name list, so the user can see that the changes are immediate, and is not confused about what to do.
Attachments (2)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Adds dynamic updating of nickname option in display name list with r6636