Plugin Directory

Changeset 339303


Ignore:
Timestamp:
01/31/2011 06:45:53 PM (15 years ago)
Author:
roggie
Message:

tagging 3.95.3

Location:
sfce-create-event
Files:
2 edited
9 copied

Legend:

Unmodified
Added
Removed
  • sfce-create-event/tags/3.95.3/readme.txt

    r338969 r339303  
    66Requires at least: 2.7
    77Tested up to: 3.0.4
    8 Stable tag:3.95.2
     8Stable tag:3.95.3
    99
    1010Create Facebook events automatically when you create Wordpress posts. This plugin requires the Simple Facebook Connect plugin by Otto.
  • sfce-create-event/tags/3.95.3/sfce_create_event_post.php

    r338965 r339303  
    128128        if ( $sfce_event_month == $month ) echo "selected";
    129129        echo '>';
    130         printf(__('%s','sfce-create-event'), date('M',mktime(0,0,0,$i)));
     130        printf(__('%s','sfce-create-event'), date('M',mktime(0,0,0,$i,1,2011)));
    131131        echo '</option>';
    132132    }
  • sfce-create-event/trunk/readme.txt

    r338969 r339303  
    66Requires at least: 2.7
    77Tested up to: 3.0.4
    8 Stable tag:3.95.2
     8Stable tag:3.95.3
    99
    1010Create 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_post.php

    r338965 r339303  
    128128        if ( $sfce_event_month == $month ) echo "selected";
    129129        echo '>';
    130         printf(__('%s','sfce-create-event'), date('M',mktime(0,0,0,$i)));
     130        printf(__('%s','sfce-create-event'), date('M',mktime(0,0,0,$i,1,2011)));
    131131        echo '</option>';
    132132    }
Note: See TracChangeset for help on using the changeset viewer.