Changeset 2095 for trunk/wp-settings.php
- Timestamp:
- 01/15/2005 12:09:25 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-settings.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r1980 r2095 65 65 $wpdb->show_errors(); 66 66 67 require_once (ABSPATH . WPINC . '/wp-l10n.php'); 68 67 69 require (ABSPATH . WPINC . '/functions-formatting.php'); 68 70 require (ABSPATH . WPINC . '/functions-post.php'); … … 71 73 require (ABSPATH . WPINC . '/links.php'); 72 74 require (ABSPATH . WPINC . '/kses.php'); 73 74 require_once (ABSPATH . WPINC . '/wp-l10n.php');75 75 76 76 if (!strstr($_SERVER['PHP_SELF'], 'install.php') && !strstr($_SERVER['PHP_SELF'], 'wp-admin/import')) :
Note: See TracChangeset
for help on using the changeset viewer.