Changeset 2238 for trunk/wp-includes/wp-l10n.php
- Timestamp:
- 02/07/2005 07:25:30 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/wp-l10n.php
r2161 r2238 1 1 <?php 2 require_once(ABSPATH . 'wp-includes/streams.php'); 3 require_once(ABSPATH . 'wp-includes/gettext.php'); 2 3 if ( defined('WPLANG') && '' != constant('WPLANG') ) { 4 require_once(ABSPATH . 'wp-includes/streams.php'); 5 require_once(ABSPATH . 'wp-includes/gettext.php'); 6 } 4 7 5 8 function get_locale() {
Note: See TracChangeset
for help on using the changeset viewer.