]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/attachmenttagcloudsection.php
initial work on yammer importer code
[quix0rs-gnu-social.git] / lib / attachmenttagcloudsection.php
index fc5145ad0d48ba6c8a67f8a7a4c76895f965c8d8..15aa6dedc36e677b54366dc390cec5b11bda5f8c 100644 (file)
@@ -27,7 +27,7 @@
  * @link      http://status.net/
  */
 
-if (!defined('STATUSNET')) {
+if (!defined('STATUSNET') && !defined('LACONICA')) {
     exit(1);
 }
 
@@ -45,6 +45,7 @@ class AttachmentTagCloudSection extends TagCloudSection
 {
     function title()
     {
+        // TRANS: Title.
         return _('Tags for this attachment');
     }