12 lines
376 B
PHP
Raw Permalink Normal View History

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