Make WordPress Core

Opened 2 months ago

Closed 2 months ago

Last modified 2 months ago

#62186 closed defect (bug) (fixed)

Typo in wp-includes /class-wp-customize-control.php

Reported by: nithins53's profile nithins53 Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 6.7 Priority: normal
Severity: trivial Version: 4.7
Component: Customize Keywords: has-patch commit
Focuses: docs Cc:

Description

There's a minor typo in wp-includes/class-wp-customize-control.php if we look at line number 607 we can see it is "hackily" and in line number 611 it "hacikly". It should be "hackily".

Attachments (1)

62186.diff (761 bytes) - added by nithi22 2 months ago.
Patch added

Download all attachments as: .zip

Change History (5)

@nithi22
2 months ago

Patch added

#1 @mukesh27
2 months ago

  • Component changed from General to Customize
  • Focuses docs added
  • Keywords has-patch commit added
  • Milestone changed from Awaiting Review to 6.7
  • Version set to 4.7

Nice catch!

Introduce in [38906] / #38013

This ticket was mentioned in PR #7524 on WordPress/wordpress-develop by jdahir0789.


2 months ago
#2

#3 @SergeyBiryukov
2 months ago

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

In 59190:

Docs: Fix typo in a comment in WP_Customize_Control::render_control().

Follow-up to [38906].

Props nithins53, nithi22, mukesh27, jdahir0789.
Fixes #62186.

@SergeyBiryukov commented on PR #7524:


2 months ago
#4

Thanks for the PR! Merged in r59190.

Note: See TracTickets for help on using tickets.