You appear to be a bot. Output may be restricted
Description
Discussions setting section blurb
Usage
Jetpack_Subscriptions::subscriptions_settings_section();
Parameters
Returns
void
Source
File name: jetpack/modules/subscriptions.php
Lines:
1 to 6 of 6
function subscriptions_settings_section() { ?> <p id="jetpack-subscriptions-settings"><?php _e( 'Change whether your visitors can subscribe to your posts or comments or both.', 'jetpack' ); ?></p> <?php }