﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
12430,"""New Page"" default after publishing a new page.",chriscoyier,,"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;
}}}
",enhancement,closed,low,,UI,2.9.2,minor,worksforme,,
