Changeset 14233
- Timestamp:
- 04/25/2010 08:40:37 AM (15 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-footer.php
r13571 r14233 23 23 echo 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>') ); ?> 24 24 </p> 25 <?php // if ( $is_IE ) browse_happy(); ?>26 25 <p id="footer-upgrade" class="alignright"><?php echo $upgrade; ?></p> 27 26 <div class="clear"></div> -
trunk/wp-admin/includes/template.php
r14210 r14233 2606 2606 * 2607 2607 * @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 unknown2620 2608 * 2621 2609 * @param unknown_type $id
Note: See TracChangeset
for help on using the changeset viewer.