* @copyright Copyright (c) 2008 - 2014, Justin Tadlock * @link http://themehybrid.com/hybrid-core * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html */ /** * Textarea customize control class. * * @since 1.4.0 */ class Hybrid_Customize_Control_Textarea extends WP_Customize_Control { /** * The type of customize control being rendered. * * @since 1.4.0 */ public $type = 'textarea'; /** * Displays the textarea on the customize screen. * * @since 1.4.0 */ public function render_content() { ?>