Ticket #41503: 41503.patch
File 41503.patch, 657 bytes (added by , 8 years ago) |
---|
-
class-wp-customize-background-image-control.php
22 22 * 23 23 * @since 3.4.0 24 24 * @uses WP_Customize_Image_Control::__construct() 25 * 25 * @access public 26 26 * @param WP_Customize_Manager $manager Customizer bootstrap instance. 27 27 */ 28 28 public function __construct( $manager ) { … … 34 34 35 35 /** 36 36 * Enqueue control related scripts/styles. 37 * 37 * @access public 38 38 * @since 4.1.0 39 39 */ 40 40 public function enqueue() {