Plugin Directory

Changeset 1761559


Ignore:
Timestamp:
11/09/2017 07:56:49 AM (8 years ago)
Author:
deligence
Message:

Fixed issue of shortcode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dt-world-clock/trunk/dt-world-clock.php

    r1761539 r1761559  
    424424                    $zeros=get_option( 'dt_zeros' );
    425425                    $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;         
    427428                    /*$clock1_show=get_option( 'dt_clock1_show' );
    428429                    $clock2_show=get_option( 'dt_clock2_show' );
Note: See TracChangeset for help on using the changeset viewer.