diff --git a/src/wp-includes/class-wp-customize-control.php b/src/wp-includes/class-wp-customize-control.php
index 596c6e3723..048c2afaf0 100644
a
|
b
|
class WP_Customize_Control { |
608 | 608 | $dropdown = str_replace( '<select', '<select ' . $this->get_link() . ' id="' . esc_attr( $input_id ) . '" ' . $describedby_attr, $dropdown ); |
609 | 609 | |
610 | 610 | /* |
611 | | * Even more hacikly add auto-draft page stubs. |
| 611 | * Even more hackily add auto-draft page stubs. |
612 | 612 | * @todo Eventually this should be removed in favor of the pages being injected into the underlying get_pages() call. |
613 | 613 | * See <https://github.com/xwp/wp-customize-posts/pull/250>. |
614 | 614 | */ |