[wp-trac] [WordPress Trac] #10011: Use of add_theme_page() causes Wordpress on IIS to crash.

WordPress Trac wp-trac at lists.automattic.com
Thu Mar 10 13:34:05 UTC 2011


#10011: Use of add_theme_page() causes Wordpress on IIS to crash.
-------------------------------------+----------------------
 Reporter:  bforchhammer             |       Owner:
     Type:  defect (bug)             |      Status:  closed
 Priority:  normal                   |   Milestone:  2.9
Component:  Plugins                  |     Version:  2.7
 Severity:  major                    |  Resolution:  wontfix
 Keywords:  needs-patch early close  |
-------------------------------------+----------------------
Changes (by mijk):

 * version:  2.7.1 => 2.7


Comment:

 This works for me:

 {{{
   //add_theme_page('GTD Options', 'GTD Options', 8, __FILE__,
 'prologue_options_page');
     add_theme_page('GTD Options', 'GTD Options', 'edit_theme_options', 'p2
 -options-page', 'prologue_options_page');
 }}}

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


More information about the wp-trac mailing list