Changeset 11649 for trunk/wp-includes/functions.php
- Timestamp:
- 06/26/2009 12:56:24 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r11634 r11649 3301 3301 $display = strtr( $display, '+-', '-+' ) . ':00'; 3302 3302 } 3303 $display = ' ' .sprintf( __( 'UTC %s' ), $display );3303 $display = sprintf( __( 'UTC %s' ), $display ); 3304 3304 } else { 3305 $display = ' ' .$zone['t_city'];3305 $display = $zone['t_city']; 3306 3306 if ( !empty( $zone['subcity'] ) ) { 3307 3307 // Add the subcity to the value
Note: See TracChangeset
for help on using the changeset viewer.