Changeset 5015 for sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/plugins/wordpresstv-upload-subtitles/wordpresstv-upload-subtitles.php
- Timestamp:
- 02/28/2017 12:35:50 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/plugins/wordpresstv-upload-subtitles/wordpresstv-upload-subtitles.php
r4221 r5015 489 489 */ 490 490 function error( $message ) { 491 bump_stats_extras( 'wptv-errors', 'subtitle-upload-failed' ); 492 491 493 wp_safe_redirect( add_query_arg( array( 492 494 'video' => $this->video_id, … … 500 502 */ 501 503 function success() { 504 bump_stats_extras( 'wptv-activity', 'subtitle-uploaded' ); 505 502 506 wp_safe_redirect( add_query_arg( array( 503 507 'video' => $this->video_id,
Note: See TracChangeset
for help on using the changeset viewer.