[wp-trac] [WordPress Trac] #12430: "New Page" default after publishing a new page.
WordPress Trac
wp-trac at lists.automattic.com
Sun Feb 28 21:02:00 UTC 2010
#12430: "New Page" default after publishing a new page.
-------------------------+--------------------------------------------------
Reporter: chriscoyier | Owner:
Type: enhancement | Status: new
Priority: low | Milestone: Unassigned
Component: UI | Version: 2.9.2
Severity: minor | Keywords:
-------------------------+--------------------------------------------------
In the function favorite_actions in /wp-admin/includes/template.php,
adding a new case statement like below will make "New Page" the default
quick action button after publishing a new page, which would be nice if
you ask me.
{{{
case 'page.php':
$default_action = array('page-new.php' => array(__('New Page'),
'edit_pages'));
break;
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/12430>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list