Changeset 10932 for sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/plugins/wordpresstv-anon-upload/anon-upload.php
- Timestamp:
- 04/29/2021 05:26:25 AM (4 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
r10468 r10932 74 74 $redir 75 75 ); 76 } 77 78 // For an XHR request, just send the redirect location, don't redirect to it. 79 if ( isset( $_GET['xhr'] ) ) { 80 die( $redir ); 76 81 } 77 82
Note: See TracChangeset
for help on using the changeset viewer.