Ticket #25498: schema.patch
File schema.patch, 570 bytes (added by , 8 years ago) |
---|
-
.php
old new function populate_options() { 330 330 global $wpdb, $wp_db_version, $current_site, $wp_current_db_version; 331 331 332 332 $guessurl = wp_guess_url(); 333 333 /** 334 * Fires before creating WordPress options and setting their default values. 335 * 336 * @since 1.5.0 337 */ 334 338 do_action('populate_options'); 335 339 336 340 if ( ini_get('safe_mode') ) {