[wp-trac] [WordPress Trac] #7946: QuickPress posting crash
WordPress Trac
wp-trac at lists.automattic.com
Wed Oct 22 16:08:56 GMT 2008
#7946: QuickPress posting crash
----------------------------+-----------------------------------------------
Reporter: stephdau | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone: 2.7
Component: Administration | Version: 2.7
Severity: normal | Keywords:
----------------------------+-----------------------------------------------
Problem seen in r9277.
When trying to submit a new post using the dashboard quickpress, we get
the following error:
{{{
Warning: Missing argument 1 for wp_dashboard_quick_press(),
called in /Users/epsi/Sites/wptrunk/wp-admin/post.php on
line 110 and defined in /Users/epsi/Sites/wptrunk/wp-
admin/includes/dashboard.php
on line 269
Warning: Missing argument 2 for wp_dashboard_quick_press(),
called in /Users/epsi/Sites/wptrunk/wp-admin/post.php on
line 110 and defined in /Users/epsi/Sites/wptrunk/wp-
admin/includes/dashboard.php
on line 269
}}}
In http://trac.wordpress.org/browser/trunk/wp-admin/post.php#L110
{{{
wp_dashboard_quick_press();
}}}
In http://trac.wordpress.org/browser/trunk/wp-
admin/includes/dashboard.php#L269
{{{
function wp_dashboard_quick_press( $dashboard, $meta_box ) {
}}}
From what I can see in the current source of wp_dashboard_quick_press(),
the $dashboard and $meta_box are not actually used at all.
--
Ticket URL: <http://trac.wordpress.org/ticket/7946>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list