Make WordPress Core


Ignore:
Timestamp:
05/21/2010 06:56:27 PM (16 years ago)
Author:
nacin
Message:

In Twenty Ten, final pass on inline docs et al. props jorbin, zeo. fixes #12695.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyten/footer.php

    r14708 r14786  
    2727                    <?php bloginfo( 'name' ); ?>
    2828                </a>
    29             </div>
     29            </div><!-- #site-info -->
    3030
    3131            <div id="site-generator">
     
    3535                    <?php printf( __('Proudly powered by %s.', 'twentyten'), 'WordPress' ); ?>
    3636                </a>
    37             </div>
     37            </div><!-- #site-generator -->
    3838
    3939        </div><!-- #colophon -->
     
    4242</div><!-- #wrapper -->
    4343
    44 <?php wp_footer(); ?>
     44<?php
     45    /* Always have wp_footer() just before the closing </body>
     46     * tag of your theme, or you will break many plugins, which
     47     * generally use this hook to reference JavaScript files.
     48     */
    4549
     50    wp_footer();
     51?>
    4652</body>
    4753</html>
Note: See TracChangeset for help on using the changeset viewer.