Skip to content

Commit

Permalink
Merge branch 'release/v1.7.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
grange85 committed Mar 9, 2017
2 parents b161ea8 + a2e328b commit 38e84c4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

// Theme version
define( 'EDD_VERSION', '1.7' );
define( 'EDD_VERSION', '1.7.1' );

// Included classes
include 'src/CreateMetaBox.php';
Expand Down
4 changes: 2 additions & 2 deletions inc/content/footer-content.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<h4>Find out more</h4>
<ul>
<li><a href="/contact-us/">Contact us</a></li>
<li><a href="/about/press-room/">Press room</a></li>
<li><a href="about/jobs/">Jobs and careers</a></li>
<li><a href="/about/press-room/">Press room</a></li>
<li><a href="/about/jobs/">Jobs and careers</a></li>
<li><a href="/about/get-involved/friends-of-the-national-archives/">Friends of The National Archives</a></li>
</ul>
</div>
Expand Down
7 changes: 4 additions & 3 deletions inc/content/footer-newsletter.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,22 @@
<img src="http://www.nationalarchives.gov.uk/wp-content/themes/tna-base/img/tna-newsletter-icon.png" alt="TNA Newsletter Icon"/>
</div>
<div class="news-content">
<div class="news-content" id="newsletterAccessibility">
<h2>Send me The National Archives’ newsletter</h2>
<p>A monthly round-up of news, blogs, offers and events</p>
</div>
<div class="news-form">
<form name="signup" id="signup" action="http://r1.wiredemail.net/signup.ashx" method="post" role="form">
<form name="signup" id="signup" action="https://r1-t.trackedlink.net/signup.ashx" method="post" role="form">
<input type="hidden" name="addressbookid" value="636353"> <!-- homepage and general sign up -->
<!-- input type="hidden" name="addressbookid" value="732466" --> <!-- first world war portal sign up -->
<input type="hidden" name="userid" value="173459">
<input type="hidden" name="cd_SOURCE" value="web">
<input type="hidden" name="ReturnURL"
value="http://www.nationalarchives.gov.uk/about/get-involved/newsletters/the-national-archives-newsletter/thank-you/">
<label for="Email">Send me The National Archives’ newsletter</label>
<input type="email" name="Email" id="Email" required="required"
placeholder="Enter your email address">
placeholder="Enter your email address" aria-labelledby="newsletterAccessibility">
<input id="newsletterSignUp" type="submit" name="Submit" value="Subscribe" class="margin-left-medium">
</form>
</div>
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: https://github.com/nationalarchives
Author: The National Archives
Author URI: https://github.com/nationalarchives
Description: Theme for website of The National Archives
Version: 1.7
Version: 1.7.1
License: GNU General Public License
License URI: license.txt
Text Domain: tna-base
Expand Down

0 comments on commit 38e84c4

Please sign in to comment.