[wp-trac] [WordPress Trac] #12596: "screen options" tab disappearing for plugins (was: 'screen options' tab desappearing for plugins)

WordPress Trac wp-trac at lists.automattic.com
Sat Mar 13 11:19:43 UTC 2010


#12596: "screen options" tab disappearing for plugins
--------------------------+-------------------------------------------------
 Reporter:  arena         |       Owner:  westi            
     Type:  defect (bug)  |      Status:  new              
 Priority:  normal        |   Milestone:  3.0              
Component:  Plugins       |     Version:  3.0              
 Severity:  normal        |    Keywords:  reporter-feedback
--------------------------+-------------------------------------------------
Changes (by TobiasBg):

  * keywords:  => reporter-feedback
  * priority:  high => normal
  * severity:  critical => normal


Comment:

 The screen options tab is actually not hidden because of that mentioned
 additional check.

 It is hidden, because you are not using any meta boxes on your page.

 If you use {{{add_meta_box(...)}}} (before the show callback for your
 submenu/menu page is executed, thus e.g. in load-$page_hook), you will see
 that the screen options tab is there.

 Also, please describe what you are actually trying to achieve with that
 filter. If you just want to change the name of the current screen, you can
 also use {{{set_current_screen()}}} for that.

 Pending reporter-feedback, tempted to close as worksforme.

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


More information about the wp-trac mailing list