Skip to content

Commit

Permalink
Remove unnecessary quotes from front-end pages and email templates; see
Browse files Browse the repository at this point in the history
  • Loading branch information
renzms committed Jan 23, 2016
1 parent 4b3706c commit f3f608d
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@

[if sub_comment]
[if subscribed_to_own_comment]
New Replies to Your Comment on "[sub_post_title_clip]"
New Replies to Your Comment on [sub_post_title_clip]
[else]
New Replies to <a href="[sub_comment_url]">a Comment</a> on "[sub_post_title_clip]"
New Replies to <a href="[sub_comment_url]">a Comment</a> on [sub_post_title_clip]
[endif]
[else]
New Comments on "<a href="[sub_post_comments_url]">[sub_post_title_clip]</a>"
New Comments on <a href="[sub_post_comments_url]">[sub_post_title_clip]</a>
[endif]

[else]

[if sub_comment]
[if subscribed_to_own_comment]
New Reply to Your Comment on "[sub_post_title_clip]"
New Reply to Your Comment on [sub_post_title_clip]
[else]
New Reply to <a href="[sub_comment_url]">a Comment</a> on "[sub_post_title_clip]"
New Reply to <a href="[sub_comment_url]">a Comment</a> on [sub_post_title_clip]
[endif]
[else]
New Comment on "<a href="[sub_post_comments_url]">[sub_post_title_clip]</a>"
New Comment on <a href="[sub_post_comments_url]">[sub_post_title_clip]</a>
[endif]

[endif]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@

[if sub_comment]
[if subscribed_to_own_comment]
New Replies to your Comment on "[sub_post_title_clip]"
New Replies to your Comment on [sub_post_title_clip]
[else]
New Replies to Comment ID #[sub_comment_id] on "[sub_post_title_clip]"
New Replies to Comment ID #[sub_comment_id] on [sub_post_title_clip]
[endif]
[else]
New Comments on "[sub_post_title_clip]"
New Comments on [sub_post_title_clip]
[endif]

[else]

[if sub_comment]
[if subscribed_to_own_comment]
New Reply to your Comment on "[sub_post_title_clip]"
New Reply to your Comment on [sub_post_title_clip]
[else]
New Reply to Comment ID #[sub_comment_id] on "[sub_post_title_clip]"
New Reply to Comment ID #[sub_comment_id] on [sub_post_title_clip]
[endif]
[else]
New Comment on "[sub_post_title_clip]"
New Comment on [sub_post_title_clip]
[endif]

[endif]
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<p>
<span style="font-size:120%;">
"[sub_post_title_clip]"
[sub_post_title_clip]
</span>
</p>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[if sub_comment]
[if subscribed_to_own_comment]
Confirm subscription to your comment on "[sub_post_title_clip]"
Confirm subscription to your comment on [sub_post_title_clip]
[else]
Confirm subscription to comment ID #[sub_comment_id] on "[sub_post_title_clip]"
Confirm subscription to comment ID #[sub_comment_id] on [sub_post_title_clip]
[endif]
[else]
Confirm subscription to "[sub_post_title_clip]"
Confirm subscription to [sub_post_title_clip]
[endif]
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<span class="text-muted">|</span>
[endif]
<a href="[home_url]"><i class="fa fa-home"></i> Return to "[blog_name_clip]"</a>
<a href="[home_url]"><i class="fa fa-home"></i> Return to [blog_name_clip]</a>
[if can_spam_privacy_policy_url]
<span class="text-muted">|</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<h4>
<i class="fa fa-thumb-tack"></i>
[if sub_comment]
"<a href="[sub_comment_url]">[sub_post_title_clip]</a>"
<a href="[sub_comment_url]">[sub_post_title_clip]</a>
[else]
"<a href="[sub_post_comments_url]">[sub_post_title_clip]</a>"
<a href="[sub_post_comments_url]">[sub_post_title_clip]</a>
[endif]
</h4>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
<h4>
<i class="fa fa-thumb-tack"></i>
[if sub_post && sub_comment]
"<a href="[sub_comment_url]">[sub_post_title_clip]</a>"
<a href="[sub_comment_url]">[sub_post_title_clip]</a>
[elseif sub_post]
"<a href="[sub_post_comments_url]">[sub_post_title_clip]</a>"
<a href="[sub_post_comments_url]">[sub_post_title_clip]</a>
[else]
Post ID #<code>[sub_post_id]</code>
[endif]
Expand Down

0 comments on commit f3f608d

Please sign in to comment.