leilukin-tumbleblog/modules/pingable/info.php

18 lines
686 B
PHP
Raw Permalink Normal View History

2024-06-20 14:10:42 +00:00
<?php
return array(
"name" => __("Mentionable", "pingable"),
"url" => "http://chyrplite.net/",
2024-09-05 17:51:48 +00:00
"version" => "2024.03",
2024-06-20 14:10:42 +00:00
"description" => __("Register webmentions from blogs that link to yours.", "pingable"),
"author" => array(
"name" => "Daniel Pimley",
"url" => "http://chyrplite.net/"
),
"notifications" => array(
__("Please remember to update the permission settings for each group.", "pingable")
),
"confirm" => __("Do you want to remove webmentions from the database?", "pingable"),
"conflicts" => array(
"comments"
)
);