Ticket #19925: 19925.diff
File 19925.diff, 633 bytes (added by , 9 years ago) |
---|
-
wp-admin/js/widgets.dev.js
253 253 title = title.replace(/<[^<>]+>/g, '').replace(/</g, '<').replace(/>/g, '>'); 254 254 $(widget).children('.widget-top').children('.widget-title').children() 255 255 .children('.in-widget-title').html(': ' + title); 256 } else if ( typeof title != "undefined" ) { // empty string 257 $(widget).children('.widget-top').children('.widget-title').children() 258 .children('.in-widget-title').empty(); 256 259 } 257 260 }, 258 261