Ticket #41535: 41535.1.patch
File 41535.1.patch, 548 bytes (added by , 7 years ago) |
---|
-
src/wp-admin/js/common.js
IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8
90 90 showNotice = { 91 91 warn : function() { 92 92 var msg = commonL10n.warnDelete || ''; 93 if ( confirm( msg ) ) {94 return true;95 }96 93 97 return false;94 return ( confirm( msg ) ); 98 95 }, 99 96 100 97 warnOffline : function() {