[wp-trac] [WordPress Trac] #11184: Bulk actions executed on empty list causes errors
WordPress Trac
wp-trac at lists.automattic.com
Thu Nov 19 06:42:48 UTC 2009
#11184: Bulk actions executed on empty list causes errors
--------------------------+-------------------------------------------------
Reporter: sirzooro | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 2.9
Component: General | Version: 2.9
Severity: normal | Keywords: needs-patch
--------------------------+-------------------------------------------------
When you try to execute bulk actions but do not select at least item
first, WP displays errors:
- attempt to buld edit posts - PHP notice:[[BR]]
Notice: Undefined variable: authors_dropdown in C:\wordpress29.local\wp-
admin\includes\template.php on line 1118
- attempt to delete tags or custom taxonomies - WP Failure Notice
screen:[[BR]]
Notice: Undefined index: tag_ID in C:\wordpress29.local\wp-admin\edit-
tags.php on line 47[[BR]]
Are you sure you want to do this?[[BR]]
Please try again.
- attempt to delete categories - WP Failure Notice screen:[[BR]]
Notice: Undefined index: cat_ID in C:\wordpress29.local\wp-
admin\categories.php on line 37[[BR]]
Notice: Undefined property: WP_Error::$name in C:\wordpress29.local\wp-
includes\category.php on line 186[[BR]]
Your attempt to delete this category: “” has failed.[[BR]]
Please try again.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/11184>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list