Making WordPress.org

Ticket #540: 540-header.diff

File 540-header.diff, 517 bytes (added by ryelle, 10 years ago)
  • header.php

     
    189189        </div>
    190190</div>
    191191
     192<?php if ( $_SERVER['REQUEST_URI'] == '/' ) : ?>
    192193<div id="download-mobile">
    193194    <div class="wrapper">
    194195        <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>
    195196    </div>
    196197</div>
    197 
     198<?php endif; ?>