Skip to content

Commit

Permalink
Added noindex, nofollow tags to email receipt
Browse files Browse the repository at this point in the history
  • Loading branch information
devin committed Oct 28, 2015
1 parent 3dca8e4 commit db813e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/emails/template.php
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ function give_render_receipt_in_browser() {
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="Tue, 23 Oct 1977 05:00:00 PST" />
<meta http-equiv="pragma" content="no-cache" />
<meta name="robots" content="noindex, nofollow" />

<?php wp_head(); ?>
</head>
Expand Down

0 comments on commit db813e0

Please sign in to comment.