Changeset 339303
- Timestamp:
- 01/31/2011 06:45:53 PM (15 years ago)
- Location:
- sfce-create-event
- Files:
-
- 2 edited
- 9 copied
-
tags/3.95.3 (copied) (copied from sfce-create-event/trunk)
-
tags/3.95.3/languages (copied) (copied from sfce-create-event/trunk/languages)
-
tags/3.95.3/languages/sfce-create-event.pot (copied) (copied from sfce-create-event/trunk/languages/sfce-create-event.pot)
-
tags/3.95.3/readme.txt (copied) (copied from sfce-create-event/trunk/readme.txt) (1 diff)
-
tags/3.95.3/screenshot-1.jpg (copied) (copied from sfce-create-event/trunk/screenshot-1.jpg)
-
tags/3.95.3/screenshot-2.jpg (copied) (copied from sfce-create-event/trunk/screenshot-2.jpg)
-
tags/3.95.3/sfce-create-event.php (copied) (copied from sfce-create-event/trunk/sfce-create-event.php)
-
tags/3.95.3/sfce-settings-page.php (copied) (copied from sfce-create-event/trunk/sfce-settings-page.php)
-
tags/3.95.3/sfce_create_event_post.php (copied) (copied from sfce-create-event/trunk/sfce_create_event_post.php) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/sfce_create_event_post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sfce-create-event/tags/3.95.3/readme.txt
r338969 r339303 6 6 Requires at least: 2.7 7 7 Tested up to: 3.0.4 8 Stable tag:3.95. 28 Stable tag:3.95.3 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/tags/3.95.3/sfce_create_event_post.php
r338965 r339303 128 128 if ( $sfce_event_month == $month ) echo "selected"; 129 129 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))); 131 131 echo '</option>'; 132 132 } -
sfce-create-event/trunk/readme.txt
r338969 r339303 6 6 Requires at least: 2.7 7 7 Tested up to: 3.0.4 8 Stable tag:3.95. 28 Stable tag:3.95.3 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_post.php
r338965 r339303 128 128 if ( $sfce_event_month == $month ) echo "selected"; 129 129 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))); 131 131 echo '</option>'; 132 132 }
Note: See TracChangeset
for help on using the changeset viewer.