Changeset 1600520
- Timestamp:
- 02/21/2017 11:10:45 AM (9 years ago)
- File:
-
- 1 edited
-
wp-fevents-book/trunk/init.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-fevents-book/trunk/init.php
r1394400 r1600520 4 4 Plugin URI: http://wordpress.org/extend/plugins/wp-fevents-book/ 5 5 Description: Create FEvents Book. Use the shortcode <code>[feventsbook]</code> to display all enabled Events, or <code>[feventsbook eventid=x]</code> to display Event with ID=x. 6 Version: 0.4 26 Version: 0.43 7 7 Author: faina09 8 8 Author URI: http://profiles.wordpress.org/faina09 9 9 License: GPLv2 or later 10 10 */ 11 $VER = '0.4 2';11 $VER = '0.43'; 12 12 require_once('wp-fevents-book.php'); 13 13 //require_once('wp-fevents-6r.php');
Note: See TracChangeset
for help on using the changeset viewer.