Make WordPress Core

Changeset 45127


Ignore:
Timestamp:
04/07/2019 05:39:00 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Docs: Fix typo in a comment in editor/dfw.js.

Props garrett-eclipse, mattnyeus.
Fixes #46485.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/js/_enqueues/wp/editor/dfw.js

    r43347 r45127  
    504504            }
    505505
    506             // Return if TinyMCE is still intializing.
     506            // Return if TinyMCE is still initializing.
    507507            if ( ! visual && ! $top.length ) {
    508508                return;
Note: See TracChangeset for help on using the changeset viewer.