Plugin Directory

Changeset 1811441


Ignore:
Timestamp:
01/29/2018 08:28:37 PM (8 years ago)
Author:
xnicoco
Message:

removed unneeded comment

Location:
katracker/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • katracker/trunk/katracker.php

    r1811438 r1811441  
    44 * Description: The only full and all powerful, complete bittorrent tracker integration for wordpress.
    55 * Author: nicoco
    6  * Version: 1.1.1
     6 * Version: 1.1.11
    77 * License: GPL2
    88 * Text Domain: katracker
  • katracker/trunk/torrent/torrent-init.php

    r1811413 r1811441  
    4545
    4646add_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 
    5047    $filetype = wp_check_filetype( $filename, $mimes );
    5148
Note: See TracChangeset for help on using the changeset viewer.