Plugin Directory

Changeset 1491857


Ignore:
Timestamp:
09/07/2016 03:16:20 PM (10 years ago)
Author:
harshit_ps
Message:

cleaning up svn commit mess

Location:
wp-network-stats/trunk
Files:
2 added
8 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • wp-network-stats/trunk/wp-network-stats.php

    r1489057 r1491857  
    1717 * Plugin URI:        https://github.com/sanghviharshit/wp-network-stats
    1818 * Description:       View/Export useful network statistics related to sites, users per site, plugins per site, themes and plugins for all the sites in a WordPress multisite network.
    19  * Version:           1.0.3
     19 * Version:           1.0.2
    2020 * Author:            Harshit Sanghvi
    2121 * Author URI:        http://about.me/harshit
     
    8181function set_globals() {
    8282    if ( ! defined( 'NS_VERSION' ) )
    83         define( 'NS_VERSION', '1.0.3' );
     83        define( 'NS_VERSION', '1.0.2' );
    8484    if ( ! defined( 'NS_PLUGIN' ) )
    8585        define( 'NS_PLUGIN', plugin_basename( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.