Plugin Directory

Changeset 422247


Ignore:
Timestamp:
08/11/2011 06:48:51 PM (15 years ago)
Author:
andrew.alba
Message:

this version commit to get back in repository

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-pluspoints/trunk/wp-pluspoints.php

    r333939 r422247  
    1212
    1313*/
    14 define('WPPP_vNum', '1.2');
     14//define('WPPP_vNum', '1.2');
     15$WPPP_vNum = '1.1';
    1516
    1617// Check for location modifications in wp-config
     
    5051add_shortcode('wppp', 'wp_pluspoints_func');
    5152add_shortcode('wppp_total', 'wp_pluspoints_total_func');
     53
    5254/* Assigning hooks to actions */
    5355$WP_PlusPoints =& new WP_PlusPoints();
Note: See TracChangeset for help on using the changeset viewer.