mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
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:
parent
0e433e1a2a
commit
4c90d6eed6
@ -121,7 +121,7 @@ window.wp = window.wp || {};
|
||||
description.slideDown( 'fast' );
|
||||
}
|
||||
|
||||
if ( tinymce ) {
|
||||
if ( typeof tinymce !== 'undefined' ) {
|
||||
editor = tinymce.get( 'content' );
|
||||
|
||||
if ( editor ) {
|
||||
|
Loading…
Reference in New Issue
Block a user