Make WordPress Core


Ignore:
Timestamp:
06/21/2007 09:53:41 PM (18 years ago)
Author:
markjaquith
Message:

BrowseHappy is outdated. fixes #4254

File:
1 edited

Legend:

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

    r5710 r5742  
    496496}
    497497
    498 function browse_happy() {
    499     $getit = __( 'WordPress recommends a better browser' );
    500     echo '
    501         <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>
    502         ';
    503 }
    504 
    505 if (strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== false)
    506     add_action( 'admin_footer', 'browse_happy' );
    507 
    508498function the_attachment_links( $id = false ) {
    509499    $id = (int) $id;
Note: See TracChangeset for help on using the changeset viewer.