mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-29 08:48:18 -05:00
Fix wiki anchors still referring to "reddits"
This commit is contained in:
@@ -1803,7 +1803,7 @@ class SubscriptionBox(Templated):
|
||||
if not c.user.gold:
|
||||
self.goldlink = "/gold"
|
||||
self.goldmsg = _("raise it to %s") % Subreddit.gold_limit
|
||||
self.prelink = ["/wiki/faq#wiki_how_many_reddits_can_i_subscribe_to.3F",
|
||||
self.prelink = ["/wiki/faq#wiki_how_many_subreddits_can_i_subscribe_to.3F",
|
||||
_("%s visible") % Subreddit.sr_limit]
|
||||
else:
|
||||
self.goldlink = "/gold/about"
|
||||
@@ -1812,7 +1812,7 @@ class SubscriptionBox(Templated):
|
||||
visible = min(len(srs), Subreddit.gold_limit)
|
||||
bonus = {"bonus": extra}
|
||||
self.goldmsg = _("%(bonus)s bonus subreddits") % bonus
|
||||
self.prelink = ["/wiki/faq#wiki_how_many_reddits_can_i_subscribe_to.3F",
|
||||
self.prelink = ["/wiki/faq#wiki_how_many_subreddits_can_i_subscribe_to.3F",
|
||||
_("%s visible") % visible]
|
||||
|
||||
Templated.__init__(self, srs=srs, goldlink=self.goldlink,
|
||||
|
||||
@@ -106,7 +106,7 @@ function admincheck(elem) {
|
||||
<li>If you think your posts are being caught in the spam filter,
|
||||
please write to
|
||||
 
|
||||
<a href="http://www.reddit.com/wiki/faq#wiki_how_can_i_tell_who_moderates_a_given_reddit.3F">
|
||||
<a href="http://www.reddit.com/wiki/faq#wiki_how_can_i_tell_who_moderates_a_given_subreddit.3F">
|
||||
the moderators of the subreddit
|
||||
</a>
|
||||
 
|
||||
@@ -120,7 +120,7 @@ function admincheck(elem) {
|
||||
inquiring about, and that's actually the reason you're writing, please
|
||||
message
|
||||
 
|
||||
<a href="http://www.reddit.com/wiki/faq#wiki_how_can_i_tell_who_moderates_a_given_reddit.3F">
|
||||
<a href="http://www.reddit.com/wiki/faq#wiki_how_can_i_tell_who_moderates_a_given_subreddit.3F">
|
||||
all of the moderators of the subreddit
|
||||
</a>
|
||||
  (using the "message the mods" feature located at the top of the
|
||||
|
||||
Reference in New Issue
Block a user