Make WordPress Core


Ignore:
Timestamp:
01/16/2015 12:32:45 AM (10 years ago)
Author:
wonderboymusic
Message:

Replace the 3 remaining occurrences of wpspin GIF with spinner.

Props avryl.
Fixes #27482.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/media.php

    r31109 r31187  
    20792079        }
    20802080
    2081         document.getElementById('status_img').innerHTML = '<img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" width="16" />';
     2081        document.getElementById('status_img').innerHTML = '<img src="<?php echo esc_url( admin_url( 'images/spinner-2x.gif' ) ); ?>" alt="" width="16" height="16" />';
    20822082        t.preloadImg = new Image();
    20832083        t.preloadImg.onload = t.updateImageData;
Note: See TracChangeset for help on using the changeset viewer.