Changeset 17644 for trunk/wp-activate.php
- Timestamp:
- 04/17/2011 09:31:38 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-activate.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-activate.php
r17347 r17644 1 1 <?php 2 define( "WP_INSTALLING", true );2 define( 'WP_INSTALLING', true ); 3 3 4 4 /** Sets up the WordPress Environment. */ … … 15 15 $wp_object_cache->cache_enabled = false; 16 16 17 do_action( "activate_header");17 do_action( 'activate_header' ); 18 18 19 19 function do_activate_header() { 20 do_action( "activate_wp_head");20 do_action( 'activate_wp_head' ); 21 21 } 22 22 add_action( 'wp_head', 'do_activate_header' );
Note: See TracChangeset
for help on using the changeset viewer.