Changeset 531084
- Timestamp:
- 04/14/2012 04:23:04 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
minimize-comments-on-mobile/trunk/minimize-comments-on-mobile.php
r530835 r531084 198 198 add_action('init', 'my_init'); 199 199 200 function print_my_script() { 201 $options = get_option('mom_options'); 202 //$options['txt_trigger']; 203 ?> 200 function print_my_script() { $options = get_option('mom_options'); ?> 201 204 202 <script type="text/javascript"> 205 // Minimize Comments on Mobile206 203 jQuery(function ($) { 207 204 maxwidth = <?php echo $options['txt_width']; ?>; … … 221 218 }); 222 219 </script> 223 <?php 224 } 225 ?> 220 221 <?php } ?>
Note: See TracChangeset
for help on using the changeset viewer.