Make WordPress Core

Opened 15 years ago

Closed 15 years ago

#12138 closed defect (bug) (fixed)

Fatal Error on Admin Notice Feed

Reported by: ocean90's profile 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)

12138.diff (2.2 KB) - added by nacin 15 years ago.

Download all attachments as: .zip

Change History (3)

#1 @nacin
15 years ago

  • Component changed from General to Feeds
  • Keywords has-patch added
  • Milestone changed from Unassigned to 3.0

Nice catch, we should be checking for is_wp_error() (explanation in #12059).

Patching up.

@nacin
15 years ago

#2 @dd32
15 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [12965]) Cleanup admin_notice_feed(). Props nacin. Fixes #12138

Note: See TracTickets for help on using tickets.