You appear to be a bot. Output may be restricted
Description
Usage
Jetpack_Subscriptions::setting_comment_follow();
Parameters
Returns
void
Source
File name: jetpack/modules/subscriptions.php
Lines:
1 to 5 of 5
public function setting_comment_follow() { $settings = $this->get_settings(); echo '<textarea name="subscription_options[comment_follow]" class="large-text" cols="50" rows="5">' . esc_textarea( $settings['comment_follow'] ) . '</textarea>'; echo '<p><span class="description">'.__( 'Introduction text sent when someone follows a post on your blog. (Site and confirmation details will be automatically added for you.)', 'jetpack' ).'</span></p>'; }