Changeset 14233 for trunk/wp-admin/includes/template.php
- Timestamp:
- 04/25/2010 08:40:37 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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.