Changeset 1290 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-forms-to-drafts/wordcamp-forms-to-drafts.php
- Timestamp:
- 02/20/2015 08:42:13 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-forms-to-drafts/wordcamp-forms-to-drafts.php
r1289 r1290 333 333 $draft_id = wp_insert_post( array( 334 334 'post_type' => 'wcb_sponsor', 335 'post_title' => $all_values['Company name'],336 'post_content' => $all_values['Company description'],335 'post_title' => $all_values['Company Name'], 336 'post_content' => $all_values['Company Description'], 337 337 'post_status' => 'draft', 338 338 'post_author' => $this->get_user_id_from_username( 'wordcamp' ),
Note: See TracChangeset
for help on using the changeset viewer.