leilukin-tumbleblog/feathers/audio/info.php

12 lines
358 B
PHP

<?php
return array(
"name" => __("Audio", "audio"),
"url" => "http://chyrplite.net/",
"version" => "2024.03",
"description" => __("A feather for audio.", "audio"),
"author" => array(
"name" => "Daniel Pimley",
"url" => "http://pimley.net/"
),
"uploader" => true
);