jetpack_sharing_headline_html,
%s
, esc_html__( Like this:, jetpack
jetpack_sharing_headline_html,
, esc_html__( Like this:, jetpack
$name = sprintf( 'like-post-frame-%1$d-%2$d-%3$s', $blog_id, $post_id, $uniqid ); $wrapper = sprintf( 'like-post-wrapper-%1$d-%2$d-%3$s', $blog_id, $post_id, $uniqid ); $headline = sprintf( /** This filter is already documented in modules/sharedaddy/sharing-service.php */ apply_filters( 'jetpack_sharing_headline_html', '<h3 class="sd-title">%s</h3>', esc_html__( 'Like this:', 'jetpack' ), 'likes' ), esc_html__( 'Like this:', 'jetpack' ) ); $title = esc_html__( 'Like or Reblog', 'jetpack' ); /** This filter is documented in modules/likes/jetpack-likes-master-iframe.php */