Changeset 51085 for trunk/src/wp-includes/class-wp-editor.php
- Timestamp:
- 06/07/2021 11:20:57 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-editor.php
r51082 r51085 1680 1680 ! init.wp_skip_init && 1681 1681 ( $wrap.hasClass( 'tmce-active' ) || ! tinyMCEPreInit.qtInit.hasOwnProperty( id ) ) && 1682 ( readyState === 'complete'|| ( ! inPostbox && readyState === 'interactive' ) )1682 ( ( inPostbox && readyState === 'complete' ) || ( ! inPostbox && readyState === 'interactive' ) ) 1683 1683 ) { 1684 1684 tinymce.init( init );
Note: See TracChangeset
for help on using the changeset viewer.