Making WordPress.org


Ignore:
Timestamp:
10/17/2019 05:58:15 AM (7 years ago)
Author:
dd32
Message:

Theme Directory: Remove the Upload link from the header, and replace it with a set of footer widgets.

Props dingo_d, dd32.
Fixes #4727.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/index.php

    r2755 r9196  
    1414get_header();
    1515?>
    16         <div id="themes" class="wrap">
     16        <main id="themes" class="wrap">
    1717                <div class="wp-filter">
    1818                        <div class="filter-count">
     
    9393                <div class="theme-overlay"></div>
    9494                <span class="spinner"></span>
    95         </div>
     95        </main>
     96
     97        <?php get_template_part( 'sidebar', 'footer' ); ?>
    9698
    9799<?php
Note: See TracChangeset for help on using the changeset viewer.