diff -r 346c88efed21 -r 5e2f62d02dcd wp/wp-includes/ID3/module.audio.flac.php --- a/wp/wp-includes/ID3/module.audio.flac.php Mon Jun 08 16:11:51 2015 +0000 +++ b/wp/wp-includes/ID3/module.audio.flac.php Tue Jun 09 03:35:32 2015 +0200 @@ -3,6 +3,7 @@ /// getID3() by James Heinrich // // available at http://getid3.sourceforge.net // // or http://www.getid3.org // +// also https://github.com/JamesHeinrich/getID3 // ///////////////////////////////////////////////////////////////// // See readme.txt for more details // ///////////////////////////////////////////////////////////////// @@ -439,4 +440,4 @@ return (isset($lookup[$type_id]) ? $lookup[$type_id] : 'reserved'); } -} +} \ No newline at end of file