Make WordPress Core


Ignore:
Timestamp:
05/03/2010 06:16:22 PM (16 years ago)
Author:
ryan
Message:

Revert [14347] and [14372]. It broke more than we expected. Try again in 3.1. see #13051

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/import/livejournal.php

    r14347 r14374  
    977977                    if ( jQuery( '#<?php echo $id ?>' ).length ) {
    978978                        jQuery( "#<?php echo $id ?> input[type='submit']" ).hide();
    979                         str = '<?php _e( "Continuing&#8230;" ) ?> <img src="<?php echo admin_url( 'images/wpspin_light.gif' ); ?>" alt="" id="processing" align="top" />';
     979                        str = '<?php _e( "Continuing&#8230;" ) ?> <img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" id="processing" align="top" />';
    980980                        jQuery( '#<?php echo $msg ?>' ).html( str );
    981981                        jQuery( '#<?php echo $id ?>' ).submit();
     
    10061006                        jQuery( "#<?php echo $id ?> input[type='submit']" ).hide();
    10071007                        jQuery.ajaxSetup({'timeout':3600000});
    1008                         str = '<?php _e( "Processing next batch." ) ?> <img src="<?php echo admin_url( 'images/wpspin_light.gif' ); ?>" alt="" id="processing" align="top" />';
     1008                        str = '<?php _e( "Processing next batch." ) ?> <img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" id="processing" align="top" />';
    10091009                        jQuery( '#<?php echo $msg ?>' ).html( str );
    10101010                        jQuery('#ljapi-status').load(ajaxurl, {'action':'lj-importer',
Note: See TracChangeset for help on using the changeset viewer.