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:
Sergey Biryukov 2013-04-29 20:44:15 +00:00
parent 0e433e1a2a
commit 4c90d6eed6

View File

@ -121,7 +121,7 @@ window.wp = window.wp || {};
description.slideDown( 'fast' );
}
if ( tinymce ) {
if ( typeof tinymce !== 'undefined' ) {
editor = tinymce.get( 'content' );
if ( editor ) {