leilukin-tumbleblog/modules/categorize/info.php

15 lines
605 B
PHP

<?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")
);