X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FPostDebug%2FPostDebugPlugin.php;h=558db71534c21654039dd4cbdb629b3650e17b23;hb=c97048d01bea468e0cf8865b60c3c250b4515c39;hp=48fe28eabd5248be128efa8e26436577c3e3ba4f;hpb=5a6cbb248f8cdcb171ea5540e6a6c2eb10506a82;p=quix0rs-gnu-social.git diff --git a/plugins/PostDebug/PostDebugPlugin.php b/plugins/PostDebug/PostDebugPlugin.php index 48fe28eabd..558db71534 100644 --- a/plugins/PostDebug/PostDebugPlugin.php +++ b/plugins/PostDebug/PostDebugPlugin.php @@ -55,6 +55,7 @@ class PostDebugPlugin extends Plugin 'author' => 'Brion Vibber', 'homepage' => 'http://status.net/wiki/Plugin:PostDebug', 'rawdescription' => + // TRANS: Plugin description. _m('Debugging tool to record request details on POST.')); return true; } @@ -145,6 +146,4 @@ class PostDebugPlugin extends Plugin } return $data; } - } -