Ticket #16915: wp-settings.diff
| File wp-settings.diff, 457 bytes (added by , 15 years ago) |
|---|
-
.php
old new 43 43 // Check for the required PHP version and for the MySQL extension or a database drop-in. 44 44 wp_check_php_mysql_versions(); 45 45 46 // Check if we have rec ieved a request due to missing favicon.ico46 // Check if we have received a request due to missing favicon.ico 47 47 wp_favicon_request(); 48 48 49 49 // Check if we're in maintenance mode.