Changeset 1693031
- Timestamp:
- 07/08/2017 05:34:56 PM (9 years ago)
- Location:
- xt-visitor-counter/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (1 diff)
-
xt-visitor-counter-options-general.php (modified) (3 diffs)
-
xt-visitor-counter.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
xt-visitor-counter/trunk/readme.txt
r1669775 r1693031 4 4 Tags: Visitor counter, visitor traffic, traffic statistics, traffic counter, blog stats, blog traffic, traffic count 5 5 Requires at least: 3.0.1 6 Tested up to: 4. 7.56 Tested up to: 4.8 7 7 Stable tag: trunk 8 8 License: GPLv2 or later -
xt-visitor-counter/trunk/xt-visitor-counter-options-general.php
r1669775 r1693031 18 18 <input name="mv_cr_section_color" type="text" id="mv_cr_section_color" value="#ffffff" data-default-color="#ffffff"/> 19 19 <script type="text/javascript"> 20 jQuery(document).ready(function($) { 20 jQuery(document).ready(function($) { 21 21 $('#mv_cr_section_color').wpColorPicker(); 22 }); 22 }); 23 23 </script> 24 24 </div> … … 79 79 foreach ($groups as $style_name => $style) { 80 80 ?> 81 81 82 82 <p><b>Choose one of the <?php echo $style_name; ?> counter styles below:</b></p> 83 83 <table class="form-table"> … … 98 98 } 99 99 ?> 100 100 101 101 </table> 102 102 103 103 <?php 104 104 } 105 ?> 105 ?> 106 106 <p style="margin-top:20px;" > 107 107 <input type="submit" class="button-primary" value="<?php _e('Save Changes') ?>" /> -
xt-visitor-counter/trunk/xt-visitor-counter.php
r1669775 r1693031 98 98 function xt_visitor_counter_widgets_init() { 99 99 register_widget('xt_visitor_counter'); 100 } 100 } 101 101 102 102 function xt_visitor_counter_admin_menu() { … … 118 118 } 119 119 } 120 120 121 121 function xt_visitor_counter_deactivation_hook(){ 122 122 global $wpdb;
Note: See TracChangeset
for help on using the changeset viewer.