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