[wp-trac] Re: [WordPress Trac] #9605: screen_options for plugins

WordPress Trac wp-trac at lists.automattic.com
Tue Apr 21 09:35:12 GMT 2009


#9605: screen_options for plugins
-----------------------------+----------------------------------------------
 Reporter:  arena            |       Owner:  anonymous 
     Type:  feature request  |      Status:  new       
 Priority:  high             |   Milestone:  Unassigned
Component:  Administration   |     Version:  2.8       
 Severity:  normal           |    Keywords:  has-patch 
-----------------------------+----------------------------------------------

Comment(by arena):

 in the new code,

 this line :

 {{{

         $per_page_labels[edit-tags']            = __('Tags per page:');
 }}}


 should be

 {{{

         $per_page_labels['edit-tags']           = __('Tags per page:');
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/9605#comment:1>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list