Plugin Directory

Changeset 1930410


Ignore:
Timestamp:
08/26/2018 09:47:30 AM (8 years ago)
Author:
sjhoo
Message:

some bugs has been fixed 6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tgchannel/trunk/tgchannel.php

    r1930402 r1930410  
    9898    update_option( 'TG_Channel_Body_width','308px');
    9999    }
    100     if (!get_option('TG_Channel_Body_width')){ 
     100    if (!get_option('TG_Channel_body_size')){   
    101101    update_option( 'TG_Channel_body_size','custom');
    102102    }   
     
    240240    update_option( 'TG_Channel_Body_width','308px');
    241241    }
    242     if (!get_option('TG_Channel_Body_width')){ 
     242    if (!get_option('TG_Channel_body_size')){   
    243243    update_option( 'TG_Channel_body_size','custom');
    244244    }
Note: See TracChangeset for help on using the changeset viewer.