Make WordPress Core

Ticket #41503: 41503.patch

File 41503.patch, 657 bytes (added by rushabh4486, 8 years ago)
  • class-wp-customize-background-image-control.php

     
    2222         *
    2323         * @since 3.4.0
    2424         * @uses WP_Customize_Image_Control::__construct()
    25          *
     25         * @access public
    2626         * @param WP_Customize_Manager $manager Customizer bootstrap instance.
    2727         */
    2828        public function __construct( $manager ) {
     
    3434
    3535        /**
    3636         * Enqueue control related scripts/styles.
    37          *
     37         * @access public
    3838         * @since 4.1.0
    3939         */
    4040        public function enqueue() {