]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/PostDebug/PostDebugPlugin.php
merge 0.9.x into 1.0.x
[quix0rs-gnu-social.git] / plugins / PostDebug / PostDebugPlugin.php
index 48fe28eabd5248be128efa8e26436577c3e3ba4f..558db71534c21654039dd4cbdb629b3650e17b23 100644 (file)
@@ -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;
     }
-
 }
-