equal
deleted
inserted
replaced
34 * @param WP_Customize_Manager $manager Manager. |
34 * @param WP_Customize_Manager $manager Manager. |
35 * @param string $id ID. |
35 * @param string $id ID. |
36 * @param array $args Args. |
36 * @param array $args Args. |
37 */ |
37 */ |
38 public function __construct( WP_Customize_Manager $manager, $id, array $args = array() ) { |
38 public function __construct( WP_Customize_Manager $manager, $id, array $args = array() ) { |
39 _deprecated_file( basename( __FILE__ ), '4.9.0' ); // @todo Move this outside of class in 5.0, and remove its require_once() from class-wp-customize-control.php. See #42364. |
39 _deprecated_file( basename( __FILE__ ), '4.9.0' ); // @todo Move this outside of class, and remove its require_once() from class-wp-customize-control.php. See #42364. |
40 parent::__construct( $manager, $id, $args ); |
40 parent::__construct( $manager, $id, $args ); |
41 } |
41 } |
42 |
42 |
43 /** |
43 /** |
44 * Render the control's content. |
44 * Render the control's content. |