Changeset 8572 for trunk/wp-includes/locale.php
- Timestamp:
- 08/06/2008 08:31:54 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/locale.php
r6589 r8572 191 191 192 192 // Import global locale vars set during inclusion of $locale.php. 193 foreach ( $this->locale_vars as $var ) {193 foreach ( (array) $this->locale_vars as $var ) { 194 194 if ( isset($GLOBALS[$var]) ) 195 195 $this->$var = $GLOBALS[$var];
Note: See TracChangeset
for help on using the changeset viewer.