Changeset 528741
- Timestamp:
- 04/08/2012 03:24:48 AM (14 years ago)
- Location:
- sync-facebook-events/tags/1.0.6
- Files:
-
- 1 added
- 4 copied
-
. (added)
-
facebook.php (copied) (copied from sync-facebook-events/trunk/facebook.php)
-
readme.txt (copied) (copied from sync-facebook-events/trunk/readme.txt) (2 diffs)
-
screenshot-1.png (copied) (copied from sync-facebook-events/trunk/screenshot-1.png)
-
sync-facebook-events.php (copied) (copied from sync-facebook-events/trunk/sync-facebook-events.php) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sync-facebook-events/tags/1.0.6/readme.txt
r526468 r528741 5 5 Requires at least: 3.0 6 6 Tested up to: 3.3.1 7 Stable tag: 1.0. 57 Stable tag: 1.0.6 8 8 9 9 A simple plugin to Sync Facebook events to The Events Calendar plugin by Modern Tribe. … … 61 61 == Changelog == 62 62 63 = 1.0.6 = 64 * Adding the correct post_type for modern tribe events 65 63 66 = 1.0.5 = 64 67 * Minor compatibility fix for Wordpress 3.1 -
sync-facebook-events/tags/1.0.6/sync-facebook-events.php
r526468 r528741 5 5 Description: Sync Facebook Events to The Events Calendar Plugin 6 6 Author: Mark Nelson 7 Version: 1.0. 57 Version: 1.0.6 8 8 Author URI: http://pdxt.com 9 9 */ … … 122 122 123 123 $args['post_status'] = "Publish"; 124 $args['post_type'] = "tribe_events"; 124 125 $args['to_ping'] = $event['eid']; 125 126
Note: See TracChangeset
for help on using the changeset viewer.