Make WordPress Core

Ticket #62186: 62186.diff

File 62186.diff, 761 bytes (added by nithi22, 3 months ago)

Patch added

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

    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 { 
    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                                 */