11 lines
349 B
PHP
11 lines
349 B
PHP
|
<?php
|
||
|
return array(
|
||
|
"name" => __("Lightbox", "lightbox"),
|
||
|
"url" => "http://chyrplite.net/",
|
||
|
"version" => "2024.02",
|
||
|
"description" => __("A lightbox for your images.", "lightbox"),
|
||
|
"author" => array(
|
||
|
"name" => "Daniel Pimley",
|
||
|
"url" => "http://www.pimley.net/"
|
||
|
)
|
||
|
);
|