Changeset 2395

Show
Ignore:
Timestamp:
02/28/05 17:15:53 (4 years ago)
Author:
matt
Message:

Change require to include so the files are only parsed if the statement is evaluated true.

Files:

Legend:

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

    r2394 r2395  
    22 
    33if ( defined('WPLANG') && '' != constant('WPLANG') ) { 
    4     require_once(ABSPATH . 'wp-includes/streams.php'); 
    5     require_once(ABSPATH . 'wp-includes/gettext.php'); 
     4    include_once(ABSPATH . 'wp-includes/streams.php'); 
     5    include_once(ABSPATH . 'wp-includes/gettext.php'); 
    66} 
    77