Changeset 338211
- Timestamp:
- 01/28/2011 03:49:10 PM (15 years ago)
- Location:
- sfce-create-event
- Files:
-
- 2 edited
- 9 copied
-
tags/3.94.6 (copied) (copied from sfce-create-event/trunk)
-
tags/3.94.6/languages (copied) (copied from sfce-create-event/trunk/languages)
-
tags/3.94.6/languages/sfce-create-event.pot (copied) (copied from sfce-create-event/trunk/languages/sfce-create-event.pot)
-
tags/3.94.6/readme.txt (copied) (copied from sfce-create-event/trunk/readme.txt)
-
tags/3.94.6/screenshot-1.jpg (copied) (copied from sfce-create-event/trunk/screenshot-1.jpg)
-
tags/3.94.6/screenshot-2.jpg (copied) (copied from sfce-create-event/trunk/screenshot-2.jpg)
-
tags/3.94.6/sfce-create-event.php (copied) (copied from sfce-create-event/trunk/sfce-create-event.php) (1 diff)
-
tags/3.94.6/sfce-settings-page.php (copied) (copied from sfce-create-event/trunk/sfce-settings-page.php)
-
tags/3.94.6/sfce_create_event_post.php (copied) (copied from sfce-create-event/trunk/sfce_create_event_post.php) (1 diff)
-
trunk/sfce-create-event.php (modified) (1 diff)
-
trunk/sfce_create_event_post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sfce-create-event/tags/3.94.6/sfce-create-event.php
r338200 r338211 2 2 /* 3 3 Plugin Name: SFCe - Create Event 4 Version: 3.94. 54 Version: 3.94.6 5 5 Author: Roger Howorth 6 6 Author URI: http://www.thehypervisor.com -
sfce-create-event/tags/3.94.6/sfce_create_event_post.php
r338200 r338211 214 214 foreach ( $sfce_text_inputs as $input) 215 215 { 216 $_POST[$input['name']] = stripslashes($_POST[$input['name']]); 216 217 update_post_meta ( $post_id, $input['name'] , $_POST[$input['name']] ); 217 218 // Replace [TITLE] with post title... -
sfce-create-event/trunk/sfce-create-event.php
r338200 r338211 2 2 /* 3 3 Plugin Name: SFCe - Create Event 4 Version: 3.94. 54 Version: 3.94.6 5 5 Author: Roger Howorth 6 6 Author URI: http://www.thehypervisor.com -
sfce-create-event/trunk/sfce_create_event_post.php
r338200 r338211 214 214 foreach ( $sfce_text_inputs as $input) 215 215 { 216 $_POST[$input['name']] = stripslashes($_POST[$input['name']]); 216 217 update_post_meta ( $post_id, $input['name'] , $_POST[$input['name']] ); 217 218 // Replace [TITLE] with post title...
Note: See TracChangeset
for help on using the changeset viewer.