Avoid a JS error when switching post format if Visual editor is disabled. fixes #24218.
git-svn-id: http://core.svn.wordpress.org/trunk@24141 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -121,7 +121,7 @@ window.wp = window.wp || {};
|
||||
description.slideDown( 'fast' );
|
||||
}
|
||||
|
||||
if ( tinymce ) {
|
||||
if ( typeof tinymce !== 'undefined' ) {
|
||||
editor = tinymce.get( 'content' );
|
||||
|
||||
if ( editor ) {
|
||||
|
||||
Reference in New Issue
Block a user