[wp-trac] [WordPress Trac] #13893: Switch has two cases for 'auto-draft'

WordPress Trac wp-trac at lists.automattic.com
Mon Jun 14 18:57:45 UTC 2010


#13893: Switch has two cases for 'auto-draft'
--------------------------+-------------------------------------------------
 Reporter:  rvenable      |       Owner:     
     Type:  defect (bug)  |      Status:  new
 Priority:  low           |   Milestone:  3.0
Component:  General       |     Version:  3.0
 Severity:  minor         |    Keywords:     
--------------------------+-------------------------------------------------
 See http://core.trac.wordpress.org/browser/trunk/wp-admin/includes/meta-
 boxes.php#L73

 {{{
                 case 'auto-draft':
                         _e('Draft');
                         break;
                 case 'auto-draft':
                         _e('Unsaved');
                         break;
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/13893>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list