Skip to content

Commit c1b6dc3

Browse files
committed
Tweaks to wordpress.org header.php and footer.php
1 parent 68efc96 commit c1b6dc3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

footer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,5 @@
7777
});
7878
})(jQuery);
7979
</script>
80-
<?php wp_footer(); ?>
8180
</body>
8281
</html>

header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<link href="//s.w.org/wp-includes/css/dashicons.css?20140409" rel="stylesheet" type="text/css" />
1212
<link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic' rel='stylesheet' type='text/css'>
1313
<link rel="stylesheet" href="//s.w.org/style/wp4.css?13" />
14+
<link rel="stylesheet" href="//s.w.org/style/forum-wp4.css?13" />
1415
<link media="only screen and (max-device-width: 480px)" href="//s.w.org/style/iphone.css?1" type="text/css" rel="stylesheet" />
1516
<link rel="shortcut icon" href="//s.w.org/favicon.ico" type="image/x-icon" />
1617

@@ -77,4 +78,3 @@ function recordOutboundLink(link, category, action) {
7778
<span class="download-ready">Ready to get started?</span><a class="button download-button" href="//wordpress.org/download/" title="Get it. Got it? Good.">Download WordPress</a>
7879
</div>
7980
</div>
80-
<?php wp_head(); ?>

0 commit comments

Comments
 (0)