Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #52050, comment 18


Ignore:
Timestamp:
03/16/2021 09:14:30 AM (4 years ago)
Author:
mkdgs
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52050, comment 18

    v1 v2  
    2828            // init editor
    2929            setTimeout(function() {
     30                // find the editor button and simulate a click on it
    3031                jQuery('#<?php echo $editor_id ?>-tmce').trigger('click');
    3132            },   10);