Make WordPress Core


Ignore:
Timestamp:
07/13/2013 12:37:36 AM (13 years ago)
Author:
nacin
Message:

ID3 1.9.7.

props wonderboymusic.
fixes #24737.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/ID3/getid3.lib.php

    r23766 r24696  
    11391139        if (empty($tempdir)) {
    11401140            // yes this is ugly, feel free to suggest a better way
    1141             require_once(dirname(__FILE__).'/class-getid3.php');
     1141            require_once(dirname(__FILE__).'/getid3.php');
    11421142            $getid3_temp = new getID3();
    11431143            $tempdir = $getid3_temp->tempdir;
Note: See TracChangeset for help on using the changeset viewer.