leilukin-tumbleblog/modules/likes/info.php

15 lines
576 B
PHP
Raw Normal View History

2024-06-20 14:10:42 +00:00
<?php
return array(
"name" => __("Likes", "likes"),
"url" => "http://chyrplite.net/",
2024-09-05 17:51:48 +00:00
"version" => "2024.03",
2024-06-20 14:10:42 +00:00
"description" => __("Allow users to &#8220;like&#8221; a post.", "likes"),
"author" => array(
"name" => "Chyrp team",
"url" => "http://chyrp.net/"
),
"notifications" => array(
__("Please remember to update the permission settings for each group.", "likes")
),
"confirm" => __("Do you want to remove likes from the database?", "comments")
);