Opened 15 years ago
Closed 15 years ago
#12138 closed defect (bug) (fixed)
Fatal Error on Admin Notice Feed
Reported by: | ocean90 | Owned by: | |
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | 3.0 |
Component: | Feeds | Keywords: | has-patch |
Focuses: | multisite | Cc: |
Description
If the feed, which I set for the 'Admin Notice Feed', doesn't exist or has an errror I get this message on Dashboard:
Fatal error: Call to undefined method WP_Error::get_item() in /var/www/web31/html/wp-admin/includes/ms.php on line 629
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Nice catch, we should be checking for is_wp_error() (explanation in #12059).
Patching up.