Changeset 4763

Show
Ignore:
Timestamp:
01/18/07 04:57:39 (2 years ago)
Author:
ryan
Message:

Always load gettext.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-settings.php

    r4756 r4763  
    136136require (ABSPATH . WPINC . '/plugin.php'); 
    137137require (ABSPATH . WPINC . '/default-filters.php'); 
    138 if ( defined('WPLANG') && '' != constant('WPLANG') ) { 
    139     include_once(ABSPATH . WPINC . '/streams.php'); 
    140     include_once(ABSPATH . WPINC . '/gettext.php'); 
    141 
     138include_once(ABSPATH . WPINC . '/streams.php'); 
     139include_once(ABSPATH . WPINC . '/gettext.php'); 
    142140require_once (ABSPATH . WPINC . '/l10n.php'); 
    143141