Make WordPress Core


Ignore:
Timestamp:
01/14/2008 03:16:56 AM (17 years ago)
Author:
matt
Message:

Have footer stay at the bottom even on short pages in long windows. Hat tip: DD32.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/template.php

    r6597 r6606  
    665665    $getit = __( 'WordPress recommends a better browser' );
    666666    echo '
    667         <p id="bh" style="text-align: center;"><a href="http://browsehappy.com/" title="'.$getit.'"><img src="images/browse-happy.gif" alt="Browse Happy" /></a></p>
     667        <p id="bh" style="float: right"><a href="http://browsehappy.com/" title="'.$getit.'"><img src="images/browse-happy.gif" alt="Browse Happy" /></a></p>
    668668        ';
    669669}
    670670
    671671if (strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== false)
    672     add_action( 'admin_footer', 'browse_happy' );
     672    add_action( 'in_admin_footer', 'browse_happy' );
    673673
    674674function the_attachment_links( $id = false ) {
Note: See TracChangeset for help on using the changeset viewer.