Changeset 36227
- Timestamp:
- 01/08/2016 11:17:21 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/post.js
r35567 r36227 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();
Note: See TracChangeset
for help on using the changeset viewer.