11 lines
323 B
PHP
11 lines
323 B
PHP
|
<?php
|
||
|
return array(
|
||
|
"name" => __("Text", "text"),
|
||
|
"url" => "http://chyrplite.net/",
|
||
|
"version" => "2023.01",
|
||
|
"description" => __("A basic text feather.", "text"),
|
||
|
"author" => array(
|
||
|
"name" => "Chyrp Team",
|
||
|
"url" => "http://chyrp.net/"
|
||
|
)
|
||
|
);
|