Changeset 33734 for trunk/src/wp-includes/functions.php
- Timestamp:
- 08/25/2015 08:27:56 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r33226 r33734 133 133 $timezone_object = timezone_open( $timezone_string ); 134 134 $date_object = date_create( null, $timezone_object ); 135 foreach ( $timezone_formats as $timezone_format ) {135 foreach ( $timezone_formats as $timezone_format ) { 136 136 if ( false !== strpos( $dateformatstring, $timezone_format ) ) { 137 137 $formatted = date_format( $date_object, $timezone_format ); … … 1081 1081 } 1082 1082 1083 foreach ( $headers as $name => $field_value )1083 foreach ( $headers as $name => $field_value ) 1084 1084 @header("{$name}: {$field_value}"); 1085 1085 }
Note: See TracChangeset
for help on using the changeset viewer.