Changeset 9291 for trunk/wp-admin/includes/template.php
- Timestamp:
- 10/22/2008 10:08:58 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r9277 r9291 2323 2323 $getit = __( 'WordPress recommends a better browser' ); 2324 2324 echo ' 2325 <span id="bh" class="alignright"><a href="http://browsehappy.com/" title="'.$getit.'"><img src="images/browse-happy.gif" alt="Browse Happy" /></a></span> 2326 '; 2327 } 2328 2329 if (strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== false) 2330 add_action( 'in_admin_footer', 'browse_happy' ); 2325 <div id="bh"><a href="http://browsehappy.com/" title="'.$getit.'"><img src="images/browse-happy.gif" alt="Browse Happy" /></a></div> 2326 '; 2327 } 2331 2328 2332 2329 /**
Note: See TracChangeset
for help on using the changeset viewer.