Changeset 347304
- Timestamp:
- 02/18/2011 11:04:16 AM (15 years ago)
- Location:
- sfce-create-event
- Files:
-
- 6 edited
- 1 copied
-
tags/3.95.4 (copied) (copied from sfce-create-event/trunk)
-
tags/3.95.4/readme.txt (modified) (1 diff)
-
tags/3.95.4/sfce-create-event.php (modified) (1 diff)
-
tags/3.95.4/sfce-settings-page.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/sfce-create-event.php (modified) (1 diff)
-
trunk/sfce-settings-page.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sfce-create-event/tags/3.95.4/readme.txt
r339303 r347304 6 6 Requires at least: 2.7 7 7 Tested up to: 3.0.4 8 Stable tag:3.95. 38 Stable tag:3.95.4 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.4/sfce-create-event.php
r339320 r347304 2 2 /* 3 3 Plugin Name: SFCe - Create Event 4 Version: 3.95. 34 Version: 3.95.4 5 5 Author: Roger Howorth 6 6 Author URI: http://www.thehypervisor.com -
sfce-create-event/tags/3.95.4/sfce-settings-page.php
r338200 r347304 49 49 <form name="form1" method="post" action="<?php echo str_replace( '%7E', '~', $_SERVER['REQUEST_URI']); ?>"> 50 50 <div class="form-field"> 51 <? 51 <?php 52 52 echo '<h2>'; 53 53 _e('Create Facebook Event Configuration', 'sfce-create-event'); -
sfce-create-event/trunk/readme.txt
r339303 r347304 6 6 Requires at least: 2.7 7 7 Tested up to: 3.0.4 8 Stable tag:3.95. 38 Stable tag:3.95.4 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
r339320 r347304 2 2 /* 3 3 Plugin Name: SFCe - Create Event 4 Version: 3.95. 34 Version: 3.95.4 5 5 Author: Roger Howorth 6 6 Author URI: http://www.thehypervisor.com -
sfce-create-event/trunk/sfce-settings-page.php
r338200 r347304 49 49 <form name="form1" method="post" action="<?php echo str_replace( '%7E', '~', $_SERVER['REQUEST_URI']); ?>"> 50 50 <div class="form-field"> 51 <? 51 <?php 52 52 echo '<h2>'; 53 53 _e('Create Facebook Event Configuration', 'sfce-create-event');
Note: See TracChangeset
for help on using the changeset viewer.