Ticket #35349: 35349.1.patch
File 35349.1.patch, 551 bytes (added by , 9 years ago) |
---|
-
src/wp-admin/js/post.js
diff --git a/src/wp-admin/js/post.js b/src/wp-admin/js/post.js index e6d2ca2..ae5e097 100644
a b 412 412 if ( $('#tagsdiv-post_tag').length ) { 413 413 window.tagBox && window.tagBox.init(); 414 414 } else { 415 $(' #side-sortables, #normal-sortables, #advanced-sortables').children('div.postbox').each(function(){415 $('.meta-box-sortables').children('div.postbox').each(function(){ 416 416 if ( this.id.indexOf('tagsdiv-') === 0 ) { 417 417 window.tagBox && window.tagBox.init(); 418 418 return false;