Changeset 4486 for trunk/wp-settings.php
- Timestamp:
- 11/19/2006 12:12:57 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r4464 r4486 242 242 require_once(ABSPATH . WPINC . '/locale.php'); 243 243 244 $wp_locale = new WP_Locale();244 $wp_locale =& new WP_Locale(); 245 245 246 246 // Load functions for active theme.
Note: See TracChangeset
for help on using the changeset viewer.