[wp-trac] [WordPress Trac] #15346: Contextual Help Tabs Cleanup

WordPress Trac wp-trac at lists.automattic.com
Fri Nov 12 08:42:24 UTC 2010


#15346: Contextual Help Tabs Cleanup
----------------------------+-----------------------------------------------
 Reporter:  dougwrites      |       Owner:     
     Type:  defect (bug)    |      Status:  new
 Priority:  normal          |   Milestone:  3.1
Component:  Administration  |     Version:     
 Severity:  normal          |    Keywords:     
----------------------------+-----------------------------------------------

Comment(by dougwrites):

 So to build it this way to call three help screens instead of two, would
 the following syntax be on the right track?:

 if ( 'category' == $taxonomy || 'link_category' == $taxonomy || 'post_tag'
 == $taxonomy  ) {
 if ( 'category' == $taxonomy )
 elseif ( 'link_category' == $taxonomy )
 else

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


More information about the wp-trac mailing list