From 371ddfc4a74355f1cc778868e88841db44872159 Mon Sep 17 00:00:00 2001 From: Justin Tadlock Date: Sun, 8 Jul 2012 20:40:30 -0500 Subject: [PATCH] Remove the __construct() method since it's not needed. Update inline docs. --- classes/customize-control-textarea.php | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/classes/customize-control-textarea.php b/classes/customize-control-textarea.php index 0239d0c7..e982d5b6 100644 --- a/classes/customize-control-textarea.php +++ b/classes/customize-control-textarea.php @@ -18,13 +18,18 @@ */ class Hybrid_Customize_Control_Textarea extends WP_Customize_Control { + /** + * The type of customize control being rendered. + * + * @since 1.4.0 + */ public $type = 'textarea'; - public function __construct( $manager, $id, $args = array() ) { - - parent::__construct( $manager, $id, $args ); - } - + /** + * Displays the textarea on the customize screen. + * + * @since 1.4.0 + */ public function render_content() { ?>