]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Add FIXME for bad message implementation.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Mon, 20 Sep 2010 18:00:33 +0000 (20:00 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Mon, 20 Sep 2010 18:00:33 +0000 (20:00 +0200)
plugins/Disqus/DisqusPlugin.php

index c07eaaabddf7a5a337caf77ea57a315cc4ecb97a..681be19dc97b9dafdf96b0d4fd7c31be6ccd64b3 100644 (file)
@@ -68,7 +68,6 @@ if (!defined('STATUSNET')) {
  *
  * @see      Event
  */
-
 class DisqusPlugin extends Plugin
 {
     function onEndShowContentBlock($action)
@@ -106,6 +105,7 @@ ENDOFSCRIPT;
             $action->elementStart('div', $attrs);
             $action->elementStart('noscript');
 
+                       // @todo FIXME: No i18n yet, because of bad implementation. Should be one string.
             $action->raw('Please enable JavaScript to view the ');
             $noscriptUrl = 'http://disqus.com/?ref_noscript=' . $this->shortname;
             $action->element('a', array('href' => $noscriptUrl), 'comments powered by Disqus.');