soundmap_wordpress_plugin/plugins/soundmap/modules/module.base.player.php
2012-03-23 17:46:58 +01:00

12 lines
112 B
PHP

<?php
class Soundmap_Player {
function Soundmap_Player (){
$da = 12;
}
}