Changeset 7675 for sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/plugins/wordpresstv-anon-upload/anon-upload.php
- Timestamp:
- 09/20/2018 05:44:16 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/plugins/wordpresstv-anon-upload/anon-upload.php
r5015 r7675 214 214 $anon_post = get_object_vars( $anon_post ); 215 215 216 $anon_post['post_title'] = 'Uploaded video';216 $anon_post['post_title'] = $this->sanitize_text( $_posted['wptv_video_title'] ); 217 217 $anon_post['post_excerpt'] = ''; 218 218 $anon_post['post_author'] = $this->drafts_author;
Note: See TracChangeset
for help on using the changeset viewer.