Changeset 6606 for trunk/wp-admin/includes/template.php
- Timestamp:
- 01/14/2008 03:16:56 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r6597 r6606 665 665 $getit = __( 'WordPress recommends a better browser' ); 666 666 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> 668 668 '; 669 669 } 670 670 671 671 if (strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== false) 672 add_action( ' admin_footer', 'browse_happy' );672 add_action( 'in_admin_footer', 'browse_happy' ); 673 673 674 674 function the_attachment_links( $id = false ) {
Note: See TracChangeset
for help on using the changeset viewer.