Changeset 388711
- Timestamp:
- 05/24/2011 08:42:57 PM (15 years ago)
- Location:
- eventpress/trunk
- Files:
-
- 3 edited
-
controllers/wp.php (modified) (1 diff)
-
eventpress.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
eventpress/trunk/controllers/wp.php
r388527 r388711 43 43 44 44 //Register the function to show the event metadata on a single page 45 if (!defined(' EP_BP'))45 if (!defined('BP_VERSION')) 46 46 add_filter( 'the_content', Array( $ep_views['template'], 'event_metadata' ) ); 47 47 -
eventpress/trunk/eventpress.php
r388527 r388711 4 4 Plugin URI: http://code.google.com/p/eventpress/ 5 5 Description: A BuddyPress aware events plugin for WordPress. See more details, raise issues and contribute at <a href = 'http://goo.gl/8lN4v'>http://code.google.com/p/eventpress/</a>. 6 Version: 0.1.2. 66 Version: 0.1.2.7 7 7 Author: Kunal Bhalla. 8 8 Author URI: http://kunal-b.in -
eventpress/trunk/readme.txt
r388527 r388711 4 4 Requires at least: WordPress 3.1, BuddyPress 1.2.8 5 5 Tested up to: 3.1 6 Stable tag: 0.1.2. 66 Stable tag: 0.1.2.7 7 7 8 8 Create Events on WordPress and BuddyPress!
Note: See TracChangeset
for help on using the changeset viewer.