Changeset 184
- Timestamp:
- 12/28/2013 10:48:39 PM (12 years ago)
- Location:
- sites/trunk/trac.wordpress.org/templates
- Files:
-
- 2 edited
-
wporg-head.html (modified) (1 diff)
-
wporg-header.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/trac.wordpress.org/templates/wporg-head.html
r156 r184 16 16 <![endif]--> 17 17 18 <script type="text/javascript">19 var toggleMenu = function() {20 var m = document.getElementById('wporg-header-menu'),21 c = m.className;22 m.className = c.match( ' active' ) ? c.replace( ' active', '' ) : c + ' active';23 }24 </script>25 26 27 18 </html> -
sites/trunk/trac.wordpress.org/templates/wporg-header.html
r156 r184 51 51 </div> 52 52 53 <div id="download-mobile">54 <div class="wrapper">55 <span class="download-ready">Ready to get started?</span><a class="button download-button" href="http://wordpress.org/download/" title="Get it. Got it? Good.">Download WordPress</a>56 </div>57 </div>58 59 53 </html>
Note: See TracChangeset
for help on using the changeset viewer.