Opened 13 years ago
Closed 12 years ago
#24084 closed defect (bug) (fixed)
Fix possible PHP notices after a user is deleted
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 3.7 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Administration | Keywords: | has-patch |
| Focuses: | Cc: |
Description
get_comment_author() doesn't check if a user that has commented still exists and may throw a notice. Also can return the user_login where a user name is expected.
Same in edit-form-advanced.php in the code block that outputs "Last edited by ..." under the editor.
Attachments (1)
Change History (7)
Note: See
TracTickets for help on using
tickets.
In 25136: