leilukin-tumbleblog/modules/categorize/info.php

15 lines
605 B
PHP
Raw Normal View History

2024-06-20 14:10:42 +00:00
<?php
return array(
"name" => __("Categorize", "categorize"),
"url" => "http://chyrplite.net/",
"version" => "2024.02",
"description" => __("Categorize your posts.", "categorize"),
"author" => array(
"name" => "Kevin L. Papendick",
"url" => "http://www.polarlava.com/"
),
"notifications" => array(
__("Please remember to update the permission settings for each group.", "categorize")
),
"confirm" => __("Do you want to remove your categories from the database?", "categorize")
);