Changeset 397987
- Timestamp:
- 06/16/2011 03:35:05 PM (15 years ago)
- Location:
- sfce-create-event/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
sfce-create-event.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sfce-create-event/trunk/readme.txt
r348238 r397987 6 6 Requires at least: 2.7 7 7 Tested up to: 3.0.4 8 Stable tag:3.95. 58 Stable tag:3.95.9 9 9 10 10 Create Facebook events automatically when you create Wordpress posts. This plugin requires the Simple Facebook Connect plugin by Otto. -
sfce-create-event/trunk/sfce-create-event.php
r372472 r397987 2 2 /* 3 3 Plugin Name: SFCe - Create Event 4 Version: 3.95. 84 Version: 3.95.9 5 5 Author: Roger Howorth 6 6 Author URI: http://www.thehypervisor.com … … 101 101 } 102 102 // Invite people? 103 if ( isset( $args['group_id'])) {103 if ( $args['group_id'] <> '') { 104 104 $invite_ok = sfce_invite_people( array( 105 105 'app_id' => $fboptions['appid'] … … 112 112 )); 113 113 } 114 if ( isset( $args['invite_page'])) {114 if ( $args['invite_page'] <> '' ) { 115 115 $invite_ok = sfce_invite_people( array( 116 116 'app_id' => $fboptions['appid']
Note: See TracChangeset
for help on using the changeset viewer.