Changeset 4535 for trunk/wp-includes/js/wp-ajax-js.php
- Timestamp:
- 11/28/2006 09:51:13 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/js/wp-ajax-js.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/wp-ajax-js.php
r4458 r4535 82 82 wpBeforeUnload = window.onbeforeunload; 83 83 window.onbeforeunload = function() { 84 return "<?php _e("Slow down, I'm still sending your data!"); ?>";84 return "<?php js_escape(__("Slow down, I'm still sending your data!")); ?>"; 85 85 } 86 86 },
Note: See TracChangeset
for help on using the changeset viewer.