leilukin-tumbleblog/feathers/photo/info.php

12 lines
376 B
PHP
Raw Normal View History

2024-06-20 14:10:42 +00:00
<?php
return array(
"name" => __("Photo", "photo"),
"url" => "http://chyrplite.net/",
"version" => "2024.01",
"description" => __("Upload and display an image with a caption.", "photo"),
"author" => array(
"name" => "Alex Suraci",
"url" => "http://ecks.tc/"
),
"uploader" => true
);