Make WordPress Core


Ignore:
Timestamp:
07/29/2006 05:05:39 PM (19 years ago)
Author:
matt
Message:

Useless notice

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/list-manipulation-js.php

    r4042 r4069  
    3030        this.encVar('cookie', document.cookie);
    3131        this.requestFile=f?f:'<?php echo $handler; ?>';this.getResponseElement(r);this.method='POST';
    32         this.onLoading=function(){this.myResponseElement.innerHTML="<?php _e('Sending Data...'); ?>";};
    33         this.onLoaded=function(){this.myResponseElement.innerHTML="<?php _e('Data Sent...'); ?>";};
    34         this.onInteractive=function(){this.myResponseElement.innerHTML="<?php _e('Processing Data...'); ?>";};
    3532    }
    3633
Note: See TracChangeset for help on using the changeset viewer.