leilukin-tumbleblog/feathers/quote/info.php

11 lines
333 B
PHP

<?php
return array(
"name" => __("Quote", "quote"),
"url" => "http://chyrplite.net/",
"version" => "2024.03",
"description" => __("Post quotes and cite sources.", "quote"),
"author" => array(
"name" => "Alex Suraci",
"url" => "http://ecks.tc/"
)
);