Changeset 47122 for trunk/src/wp-settings.php
- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-settings.php
r47063 r47122 88 88 include( WP_CONTENT_DIR . '/advanced-cache.php' ); 89 89 90 // Re-initialize any hooks added manually by advanced-cache.php 90 // Re-initialize any hooks added manually by advanced-cache.php. 91 91 if ( $wp_filter ) { 92 92 $wp_filter = WP_Hook::build_preinitialized_hooks( $wp_filter ); … … 331 331 wp_cookie_constants(); 332 332 333 // Define and enforce our SSL constants 333 // Define and enforce our SSL constants. 334 334 wp_ssl_constants(); 335 335 … … 344 344 wp_start_scraping_edited_file_errors(); 345 345 346 // Register the default theme directory root 346 // Register the default theme directory root. 347 347 register_theme_directory( get_theme_root() ); 348 348 … … 398 398 wp_functionality_constants(); 399 399 400 // Add magic quotes and set up $_REQUEST ( $_GET + $_POST ) 400 // Add magic quotes and set up $_REQUEST ( $_GET + $_POST ). 401 401 wp_magic_quotes(); 402 402 … … 526 526 do_action( 'init' ); 527 527 528 // Check site status 528 // Check site status. 529 529 if ( is_multisite() ) { 530 530 $file = ms_site_check();
Note: See TracChangeset
for help on using the changeset viewer.