Changeset 3870 for trunk/wp-settings.php
- Timestamp:
- 06/15/2006 07:24:44 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r3862 r3870 114 114 require (ABSPATH . WPINC . '/functions.php'); 115 115 require (ABSPATH . WPINC . '/default-filters.php'); 116 require_once (ABSPATH . WPINC . '/ wp-l10n.php');116 require_once (ABSPATH . WPINC . '/l10n.php'); 117 117 118 118 if ( !is_blog_installed() && (!strstr($_SERVER['PHP_SELF'], 'install.php') && !defined('WP_INSTALLING')) ) {
Note: See TracChangeset
for help on using the changeset viewer.