Changeset 2544
- Timestamp:
- 04/19/2005 02:16:57 AM (19 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-footer.php
r2539 r2544 6 6 </p> 7 7 8 <p><a href="http://spreadfirefox.com/community/?q=affiliates&id=2490&t=1" title="<?php _e('WordPress recommends the open-source Firefox browser') ?>"><img src="http://static.wordpress.org/get-firefox.png" alt="Get Firefox" /></a></p>9 8 </div> 10 9 -
trunk/wp-admin/admin-functions.php
r2474 r2544 1073 1073 } 1074 1074 1075 function pimp_firefox() { 1076 if ( strstr( $_SERVER['HTTP_USER_AGENT'], 'Firefox' ) ) 1077 return; 1078 $getit = __('WordPress recommends the open-source Firefox browser'); 1079 echo ' 1080 <p id="firefoxlink" style="text-align: center;"><a href="http://spreadfirefox.com/community/?q=affiliates&id=2490&t=1" title="' . $getit . '"><img src="../wp-images/get-firefox.png" alt="Get Firefox" /></a></p> 1081 '; 1082 } 1083 add_action('admin_footer', 'pimp_firefox'); 1084 1075 1085 ?> -
trunk/wp-images
-
Property
svn:ignore
set to
Thumbs.db
-
Property
svn:ignore
set to
Note: See TracChangeset
for help on using the changeset viewer.