PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 14.2
Jetpack – WP Security, Backup, Speed, & Growth v14.2
16.2-beta 12.0.3 12.1.3 12.2.3 12.3.2 12.4.2 12.5.2 12.6.4 12.7.3 12.8.3 12.9.5 13.0.2 13.1.5 13.2.4 13.3.3 13.4.5 13.5.2 13.6.2 13.7.2 13.8.3 13.9.2 14.0.1 14.1.1 14.2.2 14.3.1 All 501 releases
← All changes | modules/comments/admin.php +7 -7 12.2.314.2 View file →
@@ -63,9 +63,9 @@
63 63
64 64 /**
65 65 * Set any global variables or class variables
66 66 *
67 - * @since JetpackComments (1.4)
67 + * @since 1.4
68 68 */
69 69 protected function setup_globals() {
70 70 // Default option values.
71 71 $this->default_greeting = __( 'Leave a Reply', 'jetpack' );
@@ -82,9 +82,9 @@
82 82
83 83 /**
84 84 * Add the Jetpack settings to WordPress's discussions page
85 85 *
86 - * @since JetpackComments (1.4)
86 + * @since 1.4
87 87 */
88 88 public function add_settings() {
89 89
90 90 // Create the section.
@@ -132,9 +132,9 @@
132 132
133 133 /**
134 134 * Discussions setting section blurb
135 135 *
136 - * @since JetpackComments (1.4)
136 + * @since 1.4
137 137 */
138 138 public function comment_form_settings_section() {
139 139 ?>
140 140
@@ -145,9 +145,9 @@
145 145
146 146 /**
147 147 * Custom Comment Greeting Text
148 148 *
149 - * @since JetpackComments (1.4)
149 + * @since 1.4
150 150 */
151 151 public function comment_form_greeting_setting() {
152 152
153 153 // The greeting.
@@ -162,9 +162,9 @@
162 162
163 163 /**
164 164 * Sanitize the clever comment greeting
165 165 *
166 - * @since JetpackComments (1.4)
166 + * @since 1.4
167 167 * @param string $val The contact form greeting string.
168 168 * @return string
169 169 */
170 170 public function comment_form_greeting_sanitize( $val ) {
@@ -180,9 +180,9 @@
180 180
181 181 /**
182 182 * Comment Form Color Scheme Setting
183 183 *
184 - * @since JetpackComments (1.4)
184 + * @since 1.4
185 185 */
186 186 public function comment_form_color_scheme_setting() {
187 187
188 188 // The color scheme.
@@ -209,9 +209,9 @@
209 209
210 210 /**
211 211 * Sanitize the color scheme
212 212 *
213 - * @since JetpackComments (1.4)
213 + * @since 1.4
214 214 * @param string $val The color scheme string.
215 215 * @return string
216 216 */
217 217 public function comment_form_color_scheme_sanitize( $val ) {