Changeset 1811441
- Timestamp:
- 01/29/2018 08:28:37 PM (8 years ago)
- Location:
- katracker/trunk
- Files:
-
- 2 edited
-
katracker.php (modified) (1 diff)
-
torrent/torrent-init.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
katracker/trunk/katracker.php
r1811438 r1811441 4 4 * Description: The only full and all powerful, complete bittorrent tracker integration for wordpress. 5 5 * Author: nicoco 6 * Version: 1.1.1 6 * Version: 1.1.11 7 7 * License: GPL2 8 8 * Text Domain: katracker -
katracker/trunk/torrent/torrent-init.php
r1811413 r1811441 45 45 46 46 add_filter('wp_check_filetype_and_ext', function($info, $tmpfile, $filename, $mimes) { 47 // extra checks to handle situations where "finfo mimetype" is different from "user mimetype"48 global $wp_version;49 50 47 $filetype = wp_check_filetype( $filename, $mimes ); 51 48
Note: See TracChangeset
for help on using the changeset viewer.