Plugin Directory

Changeset 528741


Ignore:
Timestamp:
04/08/2012 03:24:48 AM (14 years ago)
Author:
markpdxt
Message:

Adding the correct post_type for modern tribe events

Location:
sync-facebook-events/tags/1.0.6
Files:
1 added
4 copied

Legend:

Unmodified
Added
Removed
  • sync-facebook-events/tags/1.0.6/readme.txt

    r526468 r528741  
    55Requires at least: 3.0
    66Tested up to: 3.3.1
    7 Stable tag: 1.0.5
     7Stable tag: 1.0.6
    88
    99A simple plugin to Sync Facebook events to The Events Calendar plugin by Modern Tribe.
     
    6161== Changelog ==
    6262
     63= 1.0.6 =
     64* Adding the correct post_type for modern tribe events
     65
    6366= 1.0.5 =
    6467* Minor compatibility fix for Wordpress 3.1
  • sync-facebook-events/tags/1.0.6/sync-facebook-events.php

    r526468 r528741  
    55Description: Sync Facebook Events to The Events Calendar Plugin
    66Author: Mark Nelson
    7 Version: 1.0.5
     7Version: 1.0.6
    88Author URI: http://pdxt.com
    99*/
     
    122122       
    123123        $args['post_status'] = "Publish";
     124        $args['post_type'] = "tribe_events";
    124125        $args['to_ping'] = $event['eid'];
    125126   
Note: See TracChangeset for help on using the changeset viewer.