Make WordPress Core

Changeset 3676 for trunk/wp-settings.php


Ignore:
Timestamp:
04/02/2006 12:20:11 AM (19 years ago)
Author:
ryan
Message:

WP_Locale. Props Sewar. fixes #2568

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r3670 r3676  
    215215require_once(ABSPATH . WPINC . '/locale.php');
    216216
     217$wp_locale = new WP_Locale();
     218
    217219// Load functions for active theme.
    218220if ( file_exists(TEMPLATEPATH . "/functions.php") )
Note: See TracChangeset for help on using the changeset viewer.