Ticket #54232: 54232.patch
| File 54232.patch, 484 bytes (added by , 4 years ago) |
|---|
-
wp-admin/js/image-edit.js
893 893 pop = this.intval( $('#imgedit-undone-' + postid).val() ); 894 894 895 895 if ( pop < history.length ) { 896 if ( confirm( $('#imgedit-leaving-' + postid). html() ) ) {896 if ( confirm( $('#imgedit-leaving-' + postid).text() ) ) { 897 897 return false; 898 898 } 899 899 return true;