Changeset 17841 for trunk/wp-includes/functions.php
- Timestamp:
- 05/08/2011 05:14:36 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r17826 r17841 85 85 global $wp_locale; 86 86 $i = $unixtimestamp; 87 88 if ( false === $i ) { 89 if ( ! $gmt ) 90 $i = current_time( 'timestamp' ); 91 else 92 $i = time(); 93 // we should not let date() interfere with our 94 // specially computed timestamp 95 $gmt = true; 96 } 87 97 88 98 // store original value for language with untypical grammars
Note: See TracChangeset
for help on using the changeset viewer.