leilukin-tumbleblog/feathers/quote/info.php

11 lines
333 B
PHP
Raw Normal View History

2024-06-20 14:10:42 +00:00
<?php
return array(
"name" => __("Quote", "quote"),
"url" => "http://chyrplite.net/",
"version" => "2023.01",
"description" => __("Post quotes and cite sources.", "quote"),
"author" => array(
"name" => "Alex Suraci",
"url" => "http://ecks.tc/"
)
);