Skip to content

Commit

Permalink
Replacing quotes with <em> tags from front-end pages and email templa…
Browse files Browse the repository at this point in the history
  • Loading branch information
renzms committed Jan 26, 2016
1 parent 8d9fce3 commit 89de38c
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 23 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 <em>[sub_post_title_clip]</em>
[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 <em>[sub_post_title_clip]</em>
[endif]
[else]
New Comments on "<a href="[sub_post_comments_url]">[sub_post_title_clip]</a>"
New Comments on <em><a href="[sub_post_comments_url]">[sub_post_title_clip]</a></em>
[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 <em>[sub_post_title_clip]</em>
[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 <em>[sub_post_title_clip]</em>
[endif]
[else]
New Comment on "<a href="[sub_post_comments_url]">[sub_post_title_clip]</a>"
New Comment on <em><a href="[sub_post_comments_url]">[sub_post_title_clip]</a></em>
[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 <em>[sub_post_title_clip]</em>
[else]
New Replies to Comment ID #[sub_comment_id] on "[sub_post_title_clip]"
New Replies to Comment ID #[sub_comment_id] on <em>[sub_post_title_clip]</em>
[endif]
[else]
New Comments on "[sub_post_title_clip]"
New Comments on <em>[sub_post_title_clip]</em>
[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 <em>[sub_post_title_clip]</em>
[else]
New Reply to Comment ID #[sub_comment_id] on "[sub_post_title_clip]"
New Reply to Comment ID #[sub_comment_id] on <em>[sub_post_title_clip]</em>
[endif]
[else]
New Comment on "[sub_post_title_clip]"
New Comment on <em>[sub_post_title_clip]</em>
[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]"
<em>[sub_post_title_clip]</em>
</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 <em>[sub_post_title_clip]</em>
[else]
Confirm subscription to comment ID #[sub_comment_id] on "[sub_post_title_clip]"
Confirm subscription to comment ID #[sub_comment_id] on <em>[sub_post_title_clip]</em>
[endif]
[else]
Confirm subscription to "[sub_post_title_clip]"
[endif]
Confirm subscription to <em>[sub_post_title_clip]</em>
[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 <em>[blog_name_clip]</em></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>"
<em><a href="[sub_comment_url]">[sub_post_title_clip]</a></em>
[else]
"<a href="[sub_post_comments_url]">[sub_post_title_clip]</a>"
<em><a href="[sub_post_comments_url]">[sub_post_title_clip]</a></em>
[endif]
</h4>
Expand All @@ -36,4 +36,4 @@
<h5 style="font-style:italic; margin:0;">
<i class="fa fa-lightbulb-o"></i> If any of this is incorrect, please <a href="[sub_edit_url]">click here to edit</a> your subscription.
</h5>
</h5>
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>"
<em><a href="[sub_comment_url]">[sub_post_title_clip]</a></em>
[elseif sub_post]
"<a href="[sub_post_comments_url]">[sub_post_title_clip]</a>"
<em><a href="[sub_post_comments_url]">[sub_post_title_clip]</a></em>
[else]
Post ID #<code>[sub_post_id]</code>
[endif]
Expand Down

0 comments on commit 89de38c

Please sign in to comment.