Changeset 2544

Show
Ignore:
Timestamp:
04/19/05 02:16:57 (3 years ago)
Author:
matt
Message:

Firefox fixes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/admin-footer.php

    r2539 r2544  
    66</p> 
    77 
    8 <p><a href="http://spreadfirefox.com/community/?q=affiliates&amp;id=2490&amp;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> 
    98</div> 
    109 
  • trunk/wp-admin/admin-functions.php

    r2474 r2544  
    10731073} 
    10741074 
     1075function 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&amp;id=2490&amp;t=1" title="' . $getit . '"><img src="../wp-images/get-firefox.png" alt="Get Firefox" /></a></p> 
     1081    '; 
     1082} 
     1083add_action('admin_footer', 'pimp_firefox'); 
     1084 
    10751085?> 
  • trunk/wp-images

    • Property svn:ignore set to
      Thumbs.db