Skip to content

Commit c063d77

Browse files
Docs: Fix typo in a comment in WP_Customize_Control::render_control().
Follow-up to [38906]. Props nithins53, nithi22, mukesh27, jdahir0789. Fixes #62186. git-svn-id: https://develop.svn.wordpress.org/trunk@59190 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 15a114e commit c063d77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/class-wp-customize-control.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ protected function render_content() {
608608
$dropdown = str_replace( '<select', '<select ' . $this->get_link() . ' id="' . esc_attr( $input_id ) . '" ' . $describedby_attr, $dropdown );
609609

610610
/*
611-
* Even more hacikly add auto-draft page stubs.
611+
* Even more hackily add auto-draft page stubs.
612612
* @todo Eventually this should be removed in favor of the pages being injected into the underlying get_pages() call.
613613
* See <https://github.com/xwp/wp-customize-posts/pull/250>.
614614
*/

0 commit comments

Comments
 (0)