Make WordPress Core

Changeset 14233


Ignore:
Timestamp:
04/25/2010 08:40:37 AM (15 years ago)
Author:
dd32
Message:

Remove dead browse happy code. Has not been used for 18months in core admin. Props ocean90. Fixes #4833

Location:
trunk/wp-admin
Files:
2 edited

Legend:

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

    r13571 r14233  
    2323echo apply_filters( 'admin_footer_text', '<span id="footer-thankyou">' . __('Thank you for creating with <a href="http://wordpress.org/">WordPress</a>.').'</span> | '.__('<a href="http://codex.wordpress.org/">Documentation</a>').' | '.__('<a href="http://wordpress.org/support/forum/4">Feedback</a>') ); ?>
    2424</p>
    25 <?php // if ( $is_IE ) browse_happy(); ?>
    2625<p id="footer-upgrade" class="alignright"><?php echo $upgrade; ?></p>
    2726<div class="clear"></div>
  • trunk/wp-admin/includes/template.php

    r14210 r14233  
    26062606 *
    26072607 * @since unknown
    2608  */
    2609 function browse_happy() {
    2610     $getit = __( 'WordPress recommends a better browser' );
    2611     echo '
    2612         <div id="bh"><a href="http://browsehappy.com/" title="'.$getit.'"><img src="' . esc_url( admin_url( 'images/browse-happy.gif' ) ) . '" alt="Browse Happy" /></a></div>
    2613 ';
    2614 }
    2615 
    2616 /**
    2617  * {@internal Missing Short Description}}
    2618  *
    2619  * @since unknown
    26202608 *
    26212609 * @param unknown_type $id
Note: See TracChangeset for help on using the changeset viewer.