|
<?php
|
|
return array(
|
|
"name" => __("Link", "link"),
|
|
"url" => "http://chyrplite.net/",
|
|
"version" => "2023.01",
|
|
"description" => __("Link to other sites and add an optional description.", "link"),
|
|
"author" => array(
|
|
"name" => "Alex Suraci",
|
|
"url" => "http://ecks.tc/"
|
|
)
|
|
); |