summaryrefslogtreecommitdiff
path: root/inc/customizer/custom-controls/description/class-astra-control-description.php
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2021-07-21 16:19:29 -0500
committerZach van Rijn <me@zv.io>2021-07-21 16:19:29 -0500
commit69c17f9c1942fd0d6a5ea941636e87723b8a6fe2 (patch)
treee1d0212147048204b0eede0aa6ff79849ed479da /inc/customizer/custom-controls/description/class-astra-control-description.php
parent74a7109a2a5ab0d191f26c917ae69e46f0d83b32 (diff)
downloadblog-ng-69c17f9c1942fd0d6a5ea941636e87723b8a6fe2.tar.gz
blog-ng-69c17f9c1942fd0d6a5ea941636e87723b8a6fe2.tar.bz2
blog-ng-69c17f9c1942fd0d6a5ea941636e87723b8a6fe2.tar.xz
blog-ng-69c17f9c1942fd0d6a5ea941636e87723b8a6fe2.zip
dos2unix on all .php files, begin paring down admin page and site branding.
Diffstat (limited to 'inc/customizer/custom-controls/description/class-astra-control-description.php')
-rw-r--r--inc/customizer/custom-controls/description/class-astra-control-description.php114
1 files changed, 57 insertions, 57 deletions
diff --git a/inc/customizer/custom-controls/description/class-astra-control-description.php b/inc/customizer/custom-controls/description/class-astra-control-description.php
index dd38119..66edf42 100644
--- a/inc/customizer/custom-controls/description/class-astra-control-description.php
+++ b/inc/customizer/custom-controls/description/class-astra-control-description.php
@@ -1,57 +1,57 @@
-<?php
-/**
- * Customizer Control: description
- *
- * @package Astra
- * @author Astra
- * @copyright Copyright (c) 2020, Astra
- * @link https://wpastra.com/
- * @since 1.0.0
- */
-
-// Exit if accessed directly.
-if ( ! defined( 'ABSPATH' ) ) {
- exit;
-}
-
-/**
- * A text control with validation for CSS units.
- */
-class Astra_Control_Description extends WP_Customize_Control {
-
- /**
- * The control type.
- *
- * @access public
- * @var string
- */
- public $type = 'ast-description';
-
- /**
- * The control type.
- *
- * @access public
- * @var string
- */
- public $help = '';
-
- /**
- * Refresh the parameters passed to the JavaScript via JSON.
- *
- * @see WP_Customize_Control::to_json()
- */
- public function to_json() {
- parent::to_json();
-
- $this->json['label'] = esc_html( $this->label );
- $this->json['description'] = $this->description;
- $this->json['help'] = $this->help;
- }
-
- /**
- * Render the control's content.
- *
- * @see WP_Customize_Control::render_content()
- */
- protected function render_content() {}
-}
+<?php
+/**
+ * Customizer Control: description
+ *
+ * @package Astra
+ * @author Astra
+ * @copyright Copyright (c) 2020, Astra
+ * @link https://wpastra.com/
+ * @since 1.0.0
+ */
+
+// Exit if accessed directly.
+if ( ! defined( 'ABSPATH' ) ) {
+ exit;
+}
+
+/**
+ * A text control with validation for CSS units.
+ */
+class Astra_Control_Description extends WP_Customize_Control {
+
+ /**
+ * The control type.
+ *
+ * @access public
+ * @var string
+ */
+ public $type = 'ast-description';
+
+ /**
+ * The control type.
+ *
+ * @access public
+ * @var string
+ */
+ public $help = '';
+
+ /**
+ * Refresh the parameters passed to the JavaScript via JSON.
+ *
+ * @see WP_Customize_Control::to_json()
+ */
+ public function to_json() {
+ parent::to_json();
+
+ $this->json['label'] = esc_html( $this->label );
+ $this->json['description'] = $this->description;
+ $this->json['help'] = $this->help;
+ }
+
+ /**
+ * Render the control's content.
+ *
+ * @see WP_Customize_Control::render_content()
+ */
+ protected function render_content() {}
+}