Максим Червонный (fiskus_boulder) wrote in changelog,
Максим Червонный
fiskus_boulder
changelog

[ljcom] r10113: LJSUP-7758: AntiSpam S2

Committer: mchervonniy
LJSUP-7758: AntiSpam S2
U   trunk/bin/upgrading/s2layers/flexiblesquares/layout.s2
Modified: trunk/bin/upgrading/s2layers/flexiblesquares/layout.s2
===================================================================
--- trunk/bin/upgrading/s2layers/flexiblesquares/layout.s2	2011-02-24 10:22:26 UTC (rev 10112)
+++ trunk/bin/upgrading/s2layers/flexiblesquares/layout.s2	2011-02-24 10:23:05 UTC (rev 10113)
@@ -2103,15 +2103,15 @@
     var string comments_showspam = "";
     if ($.entry.comments.count > 0 and not $.entry.comments.locked) {
         if ($p.showspam) {
-            $comments_showspam = """<span class="comments-hidespam"><a href=\"$.entry.permalink_url\">$*text_hidespam</a></span> <span class="emdash">—</span> """;
+            $comments_showspam = """<span class="comments-hidespam"><a href=\"$.entry.comments.read_spam_url\">$*text_hidespam</a></span> <span class="emdash">—</span> """;
         } else {
-            $comments_showspam = """<span class="comments-showspam"><a href=\"$.entry.permalink_url?mode=showspam\">$*text_showspam</a></span> <span class="emdash">—</span> """;
+            $comments_showspam = """<span class="comments-showspam"><a href=\"$.entry.comments.read_spam_url\">$*text_showspam</a></span> <span class="emdash">—</span> """;
         }
     } elseif ($.entry.comments.count > 0) {
         if ($p.showspam) {
-            $comments_showspam = """<span class="comments-hidespam"><a href=\"$.entry.permalink_url\">$*text_hidespam</a></span> """;
+            $comments_showspam = """<span class="comments-hidespam"><a href=\"$.entry.comments.read_spam_url\">$*text_hidespam</a></span> """;
         } else {
-            $comments_showspam = """<span class="comments-showspam"><a href=\"$.entry.permalink_url?mode=showspam\">$*text_showspam</a></span> """;
+            $comments_showspam = """<span class="comments-showspam"><a href=\"$.entry.comments.read_spam_url\">$*text_showspam</a></span> """;
         }
     } else {
         $comments_showspam = "";

Tags: fiskus_boulder, ljcom, s2
Subscribe

  • Post a new comment

    Error

    Anonymous comments are disabled in this journal

    default userpic

    Your reply will be screened

    Your IP address will be recorded 

  • 0 comments