Make WordPress Core

Changeset 32968


Ignore:
Timestamp:
06/27/2015 02:23:18 AM (9 years ago)
Author:
azaozz
Message:

TinyMCE: prevent undefined error in toolbar.hide().
See #32604.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/js/tinymce/plugins/wordpress/plugin.js

    r32957 r32968  
    794794
    795795                    timeout = setTimeout( function() {
    796                         activeToolbar.show();
     796                        activeToolbar && activeToolbar.show && activeToolbar.show();
    797797                    }, 250 );
    798798                }
Note: See TracChangeset for help on using the changeset viewer.