[wp-trac] [WordPress Trac] #19974: WP_Screen help getter functions missing

WordPress Trac wp-trac at lists.automattic.com
Sun Feb 5 21:26:16 UTC 2012


#19974: WP_Screen help getter functions missing
-----------------------------+-----------------------------
 Reporter:  npetetin         |      Owner:
     Type:  feature request  |     Status:  new
 Priority:  normal           |  Milestone:  Awaiting Review
Component:  Administration   |    Version:  3.3.1
 Severity:  normal           |   Keywords:
-----------------------------+-----------------------------
 Please add getter functions in WP_Screen for help tab and sidebar:

 {{{
 public function get_help_tab( $id ) {
         return $this->_help_tabs[ $id ];
 }
 public function get_help_sidebar() {
         return $this->_help_sidebar;
 }
 }}}

 Thanks.

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


More information about the wp-trac mailing list