X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=plugins%2FAccountManager%2FAccountManagerPlugin.php;h=3b399af8c8fdf11ac73c9ecf19e52fdca8af624c;hb=e48c26e15695de321ce3de426b0e736d494bcbc6;hp=52dd64a24bb0f45730e6814bae6d8ca74847f133;hpb=6f95ccd37de1f7e2063206e87c93cbe06097eae7;p=quix0rs-gnu-social.git diff --git a/plugins/AccountManager/AccountManagerPlugin.php b/plugins/AccountManager/AccountManagerPlugin.php index 52dd64a24b..3b399af8c8 100644 --- a/plugins/AccountManager/AccountManagerPlugin.php +++ b/plugins/AccountManager/AccountManagerPlugin.php @@ -33,7 +33,6 @@ if (!defined('STATUSNET') && !defined('LACONICA')) { class AccountManagerPlugin extends Plugin { - const AM_REL = 'acct-mgmt'; function __construct() @@ -99,7 +98,6 @@ class AccountManagerPlugin extends Plugin default: return true; } - } function onPluginVersion(&$versions) @@ -109,6 +107,7 @@ class AccountManagerPlugin extends Plugin 'author' => 'Craig Andrews', 'homepage' => 'http://status.net/wiki/Plugin:AccountManager', 'rawdescription' => + // TRANS: Plugin description. _m('The Account Manager plugin implements the Account Manager specification.')); return true; }