Changeset 5742 for trunk/wp-admin/includes/template.php
- Timestamp:
- 06/21/2007 09:53:41 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r5710 r5742 496 496 } 497 497 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 508 498 function the_attachment_links( $id = false ) { 509 499 $id = (int) $id;
Note: See TracChangeset
for help on using the changeset viewer.