[wp-trac] [WordPress Trac] #12022: wp-activate.php - Plugin + Activation bug

WordPress Trac wp-trac at lists.automattic.com
Sun Feb 7 03:35:37 UTC 2010


#12022: wp-activate.php - Plugin + Activation bug
----------------------------+-----------------------------------------------
 Reporter:  wpmuguru        |        Owner:            
     Type:  defect (bug)    |       Status:  closed    
 Priority:  normal          |    Milestone:  Unassigned
Component:  Multisite       |      Version:            
 Severity:  normal          |   Resolution:  invalid   
 Keywords:  needs-feedback  |  
----------------------------+-----------------------------------------------
Changes (by wpmuguru):

  * status:  new => closed
  * resolution:  => invalid


Comment:

 Try

 {{{
 if( function_exists('gravity_form') ) {
     gravity_form(1);
 }
 }}}

 That's been fairly standard programming practice for WP since I've been
 working with it. If it's not a core function or a function form this
 theme/plugin, check to make sure it exists before calling it.

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


More information about the wp-trac mailing list