Make WordPress Core

Opened 5 years ago

Closed 5 years ago

#46485 closed defect (bug) (fixed)

Typo intializing should be initializing

Reported by: mattnyeus's profile mattnyeus Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 5.2 Priority: normal
Severity: trivial Version: 4.0
Component: Administration Keywords: has-patch
Focuses: docs, administration Cc:

Description

Comment should be change from:

Return if TinyMCE is still intializing.
to
Return if TinyMCE is still initializing.

In file: /wp-admin/js/editor-expand.js:506
https://build.trac.wordpress.org/browser/trunk/wp-admin/js/editor-expand.js#L506

Attachments (1)

46485.diff (438 bytes) - added by garrett-eclipse 5 years ago.
Fixed spelling of initializing

Download all attachments as: .zip

Change History (3)

@garrett-eclipse
5 years ago

Fixed spelling of initializing

#1 @garrett-eclipse
5 years ago

  • Keywords has-patch added
  • Milestone changed from Awaiting Review to 5.2
  • Version changed from trunk to 4.0

Thanks @mattnyeus I've uploaded a patch for this.

#2 @SergeyBiryukov
5 years ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

In 45127:

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

Props garrett-eclipse, mattnyeus.
Fixes #46485.

Note: See TracTickets for help on using tickets.