You appear to be a bot. Output may be restricted
Description
Post Subscriptions Toggle
Usage
Jetpack_Subscriptions::subscription_post_subscribe_setting();
Parameters
Returns
void
Source
File name: jetpack/modules/subscriptions.php
Lines:
1 to 10 of 10
function subscription_post_subscribe_setting() { $stb_enabled = get_option( 'stb_enabled', 1 ); ?> <p class="description"> <input type="checkbox" name="stb_enabled" id="jetpack-post-subscribe" value="1" <?php checked( $stb_enabled, 1 ); ?> /> <?php _e( "Show a <em>'follow blog'</em> option in the comment form", 'jetpack' ); ?> </p> <?php }