Changeset 10828
- Timestamp:
- 03/20/2009 01:11:17 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-general.php
r10810 r10828 168 168 } 169 169 170 if ( $found) {170 if ( isset($found) && $found === true ) { 171 171 _e(' '); 172 172 $message = $tr['isdst'] ?
Note: See TracChangeset
for help on using the changeset viewer.