12 lines
486 B
PHP
12 lines
486 B
PHP
<?php
|
|
return array(
|
|
"name" => __("Rights", "rights"),
|
|
"url" => "http://chyrplite.net/",
|
|
"version" => "2024.02",
|
|
"description" => __("Adds post options for attribution and assigning intellectual property rights.", "rights"),
|
|
"author" => array(
|
|
"name" => "Daniel Pimley",
|
|
"url" => "http://www.pimley.net/"
|
|
),
|
|
"confirm" => __("Do you want to remove rights data from the database?", "rights")
|
|
); |