Plugin Directory

Changeset 1693031


Ignore:
Timestamp:
07/08/2017 05:34:56 PM (9 years ago)
Author:
xtrsyz
Message:

Update WordPress

Location:
xt-visitor-counter/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • xt-visitor-counter/trunk/readme.txt

    r1669775 r1693031  
    44Tags: Visitor counter, visitor traffic, traffic statistics, traffic counter, blog stats, blog traffic, traffic count
    55Requires at least: 3.0.1
    6 Tested up to: 4.7.5
     6Tested up to: 4.8
    77Stable tag: trunk
    88License: GPLv2 or later
  • xt-visitor-counter/trunk/xt-visitor-counter-options-general.php

    r1669775 r1693031  
    1818                <input name="mv_cr_section_color" type="text" id="mv_cr_section_color" value="#ffffff" data-default-color="#ffffff"/>
    1919                <script type="text/javascript">
    20                 jQuery(document).ready(function($) {   
     20                jQuery(document).ready(function($) {
    2121                    $('#mv_cr_section_color').wpColorPicker();
    22                 });             
     22                });
    2323                </script>
    2424            </div>
     
    7979            foreach ($groups as $style_name => $style) {
    8080?>
    81                    
     81
    8282                    <p><b>Choose one of the <?php echo $style_name; ?> counter styles below:</b></p>
    8383                        <table class="form-table">
     
    9898                }
    9999            ?>
    100          
     100
    101101          </table>
    102          
     102
    103103<?php
    104104            }
    105         ?>   
     105        ?>
    106106        <p style="margin-top:20px;" >
    107107        <input type="submit" class="button-primary" value="<?php _e('Save Changes') ?>" />
  • xt-visitor-counter/trunk/xt-visitor-counter.php

    r1669775 r1693031  
    9898function xt_visitor_counter_widgets_init() {
    9999register_widget('xt_visitor_counter');
    100 }   
     100}
    101101
    102102function xt_visitor_counter_admin_menu() {
     
    118118    }
    119119}
    120      
     120
    121121function xt_visitor_counter_deactivation_hook(){
    122122    global $wpdb;
Note: See TracChangeset for help on using the changeset viewer.