Ticket #2958: 2958.patch
File 2958.patch, 838 bytes (added by , 8 years ago) |
---|
-
sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/plugins/wordpresstv-upload-subtitles/wordpresstv-upload-subtitles.php
IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8
126 126 $author_email = $this->sanitize_text( $_POST['wptv_author_email'] ); 127 127 128 128 if ( empty( $_POST['wptv_language'] ) ) { 129 $this->error( 8);129 $this->error( 7 ); 130 130 } 131 131 132 132 $language = $_POST['wptv_language'];