Make WordPress Core


Ignore:
Timestamp:
09/16/2012 11:03:35 PM (12 years ago)
Author:
nacin
Message:

Rename div#footer to div#wpfooter in the admin. Namespace one of our major elements and avoid clashing with widgets with the id of 'footer'. props andrewryno, koopersmith. see #14466.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin-footer.php

    r21366 r21878  
    1616<div class="clear"></div></div><!-- wpcontent -->
    1717
    18 <div id="footer">
     18<div id="wpfooter">
    1919<?php do_action( 'in_admin_footer' ); ?>
    2020<p id="footer-left" class="alignleft"><?php
Note: See TracChangeset for help on using the changeset viewer.