Changeset 422247
- Timestamp:
- 08/11/2011 06:48:51 PM (15 years ago)
- File:
-
- 1 edited
-
wp-pluspoints/trunk/wp-pluspoints.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-pluspoints/trunk/wp-pluspoints.php
r333939 r422247 12 12 13 13 */ 14 define('WPPP_vNum', '1.2'); 14 //define('WPPP_vNum', '1.2'); 15 $WPPP_vNum = '1.1'; 15 16 16 17 // Check for location modifications in wp-config … … 50 51 add_shortcode('wppp', 'wp_pluspoints_func'); 51 52 add_shortcode('wppp_total', 'wp_pluspoints_total_func'); 53 52 54 /* Assigning hooks to actions */ 53 55 $WP_PlusPoints =& new WP_PlusPoints();
Note: See TracChangeset
for help on using the changeset viewer.