Opened 16 years ago
Closed 16 years ago
#15868 closed defect (bug) (fixed)
Undefined property: stdClass::$id in wp-admin\network\edit.php
| Reported by: | ocean90 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | Users | Version: | 3.1 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: |
Description
Go to network/users and delete a user:
Notice: Undefined property: stdClass::$id in H:\xampplite\htdocs\wp\wp-admin\network\edit.php on line 61
Notice: Undefined property: stdClass::$id in H:\xampplite\htdocs\wp\wp-admin\network\edit.php on line 62
Attachments (1)
Change History (7)
#2
in reply to: ↑ 1
@
16 years ago
- Keywords commit added
Patch works fine.
Replying to ocean90:
Maybe we can use wp_dropdown_user here?
We could, but not in 3.1
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Maybe we can use wp_dropdown_user here?