Changeset 1761559
- Timestamp:
- 11/09/2017 07:56:49 AM (8 years ago)
- File:
-
- 1 edited
-
dt-world-clock/trunk/dt-world-clock.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dt-world-clock/trunk/dt-world-clock.php
r1761539 r1761559 424 424 $zeros=get_option( 'dt_zeros' ); 425 425 $date=get_option( 'dt_date' ); 426 $separator=get_option( 'dt_date_separator' )=="space" ? " " : get_option( 'dt_date_separator' ); 426 $separator=get_option( 'dt_date_separator' )=="space" ? " " : get_option( 'dt_date_separator' ); 427 if($align == '') $align =1; 427 428 /*$clock1_show=get_option( 'dt_clock1_show' ); 428 429 $clock2_show=get_option( 'dt_clock2_show' );
Note: See TracChangeset
for help on using the changeset viewer.