11 lines
417 B
PHP
11 lines
417 B
PHP
<?php
|
|
return array(
|
|
"name" => __("Sitemap Generator", "sitemap"),
|
|
"url" => "http://chyrplite.net/",
|
|
"version" => "2024.02",
|
|
"description" => __("Creates a <em>sitemap.xml</em> file on your server to help search engines index your blog.", "sitemap"),
|
|
"author" => array(
|
|
"name" => "Poenta Labs",
|
|
"url" => "http://poentalabs.com/"
|
|
)
|
|
); |