Plugin Directory

Changeset 1128943


Ignore:
Timestamp:
04/06/2015 06:51:28 PM (11 years ago)
Author:
Free-counter
Message:

added comments and fixed bugs

Location:
free-counter
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • free-counter/tags/1.1/plugin.php

    r1128868 r1128943  
    1919        // data result
    2020        static private $result = "";
    21 
     21       
     22        // counter data
    2223        static private $data_counter = array();
    2324
  • free-counter/trunk/plugin.php

    r1128868 r1128943  
    1919        // data result
    2020        static private $result = "";
    21 
     21       
     22        // counter data
    2223        static private $data_counter = array();
    2324
Note: See TracChangeset for help on using the changeset viewer.