/> 'follow blog' option in the comment form", 'jetpack' ), array( 'em' => array() ) ); ?>
/> 'follow comments' option in the comment form", 'jetpack' ), array( 'em' => array() ) ); ?>
'; $comment_sub_text = __( 'Notify me of follow-up comments by email.', 'jetpack' ); $str .= '' . esc_html( /** * Filter the Subscribe to comments text appearing below the comment form. * * @module subscriptions * * @since 3.4.0 * * @param string $comment_sub_text Subscribe to comments text. */ apply_filters( 'jetpack_subscribe_comment_label', $comment_sub_text ) ) . ''; $str .= '
'; $blog_sub_text = __( 'Notify me of new posts by email.', 'jetpack' ); $str .= '' . esc_html( /** * Filter the Subscribe to blog text appearing below the comment form. * * @module subscriptions * * @since 3.4.0 * * @param string $comment_sub_text Subscribe to blog text. */ apply_filters( 'jetpack_subscribe_blog_label', $blog_sub_text ) ) . ''; $str .= '