2024-06-20 22:10:42 +08:00
|
|
|
<?php
|
|
|
|
return array(
|
|
|
|
"name" => __("Text", "text"),
|
|
|
|
"url" => "http://chyrplite.net/",
|
2024-09-06 01:51:48 +08:00
|
|
|
"version" => "2024.03",
|
2024-06-20 22:10:42 +08:00
|
|
|
"description" => __("A basic text feather.", "text"),
|
|
|
|
"author" => array(
|
|
|
|
"name" => "Chyrp Team",
|
|
|
|
"url" => "http://chyrp.net/"
|
|
|
|
)
|
|
|
|
);
|