Plugin Directory

Changeset 531084


Ignore:
Timestamp:
04/14/2012 04:23:04 PM (14 years ago)
Author:
nonsalant
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • minimize-comments-on-mobile/trunk/minimize-comments-on-mobile.php

    r530835 r531084  
    198198add_action('init', 'my_init');
    199199
    200 function print_my_script() {
    201     $options = get_option('mom_options');
    202     //$options['txt_trigger'];
    203     ?>
     200function print_my_script() { $options = get_option('mom_options'); ?>
     201
    204202    <script type="text/javascript">
    205     // Minimize Comments on Mobile
    206203    jQuery(function ($) {
    207204        maxwidth = <?php echo $options['txt_width']; ?>;
     
    221218    });
    222219    </script>
    223     <?php
    224 }
    225 ?>
     220
     221<?php } ?>
Note: See TracChangeset for help on using the changeset viewer.