Ticket #21106: 21106.patch
File 21106.patch, 433 bytes (added by , 13 years ago) |
---|
-
wp-includes/js/wp-lists.dev.js
78 78 if ( !s ) 79 79 return false; 80 80 81 if ( !e.is('[ class^="add:' + list.id + ':"]') )81 if ( !e.is('[id="' + s.what + '-add-submit"]') ) 82 82 return !wpList.add.call( list, e, s ); 83 83 84 84 if ( !s.element )