diff -r 490d5cc509ed -r cf61fcea0001 wp/wp-content/plugins/option-tree/assets/js/ot-postformats.js --- a/wp/wp-content/plugins/option-tree/assets/js/ot-postformats.js Tue Jun 09 11:14:17 2015 +0000 +++ b/wp/wp-content/plugins/option-tree/assets/js/ot-postformats.js Mon Oct 14 17:39:30 2019 +0200 @@ -9,12 +9,15 @@ * ====================== */ var formats = "input.post-format" , metaboxes = [ - '#ot-post-format-gallery' - , '#ot-post-format-link' + '#ot-post-format-aside' + , '#ot-post-format-audio' + , '#ot-post-format-chat' + , '#ot-post-format-gallery' , '#ot-post-format-image' + , '#ot-post-format-link' , '#ot-post-format-quote' + , '#ot-post-format-status' , '#ot-post-format-video' - , '#ot-post-format-audio' ] , ids = metaboxes.join(',') , insertAfter = '#titlediv'