15 lines
576 B
PHP
15 lines
576 B
PHP
|
<?php
|
||
|
return array(
|
||
|
"name" => __("Likes", "likes"),
|
||
|
"url" => "http://chyrplite.net/",
|
||
|
"version" => "2024.02",
|
||
|
"description" => __("Allow users to “like” 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")
|
||
|
);
|