Docs: Fix typo in a comment in `WP_Customize_Control::render_control()`.
Follow-up to [38906]. Props nithins53, nithi22, mukesh27, jdahir0789. Fixes #62186. Built from https://develop.svn.wordpress.org/trunk@59190 git-svn-id: http://core.svn.wordpress.org/trunk@58585 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
804c3d0416
commit
8e1deb921c
|
@ -608,7 +608,7 @@ class WP_Customize_Control {
|
||||||
$dropdown = str_replace( '<select', '<select ' . $this->get_link() . ' id="' . esc_attr( $input_id ) . '" ' . $describedby_attr, $dropdown );
|
$dropdown = str_replace( '<select', '<select ' . $this->get_link() . ' id="' . esc_attr( $input_id ) . '" ' . $describedby_attr, $dropdown );
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Even more hacikly add auto-draft page stubs.
|
* Even more hackily add auto-draft page stubs.
|
||||||
* @todo Eventually this should be removed in favor of the pages being injected into the underlying get_pages() call.
|
* @todo Eventually this should be removed in favor of the pages being injected into the underlying get_pages() call.
|
||||||
* See <https://github.com/xwp/wp-customize-posts/pull/250>.
|
* See <https://github.com/xwp/wp-customize-posts/pull/250>.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.7-beta1-59189';
|
$wp_version = '6.7-beta1-59190';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue