#11358 closed defect (bug) (duplicate)
wp_insert_user() does not update display name in user comments
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.8.6 |
Component: | Comments | Keywords: | has-patch, wp_insert_user, wp_update_user |
Focuses: | Cc: |
Description
In WordPress 2.8.6, and in at least some of the older versions, changes to the display name of author are not reflected in the user comments.
The display name in the comments is also expected to change as a result of the user's change to his/her display name.
I understand this would result in updating a large number of rows, but this operation can be performed only when a change in the display name occurs - this is possible because we have access to both the old user data and the new user data.
Attachments (1)
Change History (5)
#2
@
15 years ago
- Keywords wp_update_user added
When I said "changes to the display name of author are not reflected in the user comments", I meant "changes to the display name of a user are not reflected in the user comments".
Note: See
TracTickets for help on using
tickets.
Changes required in wp-includes/registration.php to accomplish the desired result