Opened 13 years ago
Closed 11 years ago
#17328 closed defect (bug) (fixed)
In User Profile, Undefined property: WP_User::$rich_editing line 189 user-edit
Reported by: | anmari | Owned by: | wonderboymusic |
---|---|---|---|
Milestone: | 3.7 | Priority: | normal |
Severity: | normal | Version: | 3.2 |
Component: | Warnings/Notices | Keywords: | has-patch |
Focuses: | Cc: |
Description
Notice: Undefined property: WP_User::$rich_editing in C:\web\wpbeta\wp\wp-admin\user-edit.php on line 189
/>
Attachments (2)
Change History (11)
#1
@
13 years ago
- Milestone Awaiting Review deleted
- Resolution set to worksforme
- Status changed from new to closed
#2
@
13 years ago
- Resolution worksforme deleted
- Status changed from closed to reopened
Hi,
I updated to 3.2-beta1-17999 and re-tested.
Does NOT happen on own profile.
Does happen on other profiles when navigating to that profile. Now says line 199.
Notice: Undefined property: WP_User::$rich_editing in C:\web\wpbeta\wp\wp-admin\user-edit.php on line 199
#3
@
13 years ago
The rich_editing meta key probably doesn't exist for the user. Not sure it's a bug as I don't think you can create a user without that any longer.
There's an empty() check on comment_shortcuts. Can probably tack that onto rich_editing as well for sanity reasons.
Note: See
TracTickets for help on using
tickets.
Tested on current trunk. Can't see the notice.
Please provide some steps to reproduce it if you still get the message.