wp/wp-includes/customize/class-wp-customize-new-menu-control.php
changeset 9 177826044cd9
parent 7 cf61fcea0001
child 16 a86126ab1dd4
equal deleted inserted replaced
8:c7c34916027a 9:177826044cd9
    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.