@@ 314-316 (lines=3) @@ | ||
311 | if ( ! $show_only_email_and_button ) { |
|
312 | echo wpautop( $subscribe_logged_in ); |
|
313 | } |
|
314 | if ( $show_subscribers_total && $subscribers_total ) { |
|
315 | /* translators: %s: number of folks following the blog */ |
|
316 | echo wpautop( sprintf( _n( 'Join %s other follower', 'Join %s other followers', $subscribers_total ), number_format_i18n( $subscribers_total ) ) ); |
|
317 | } |
|
318 | ?> |
|
319 | <?php else : ?> |
|
@@ 324-326 (lines=3) @@ | ||
321 | if ( ! $show_only_email_and_button ) { |
|
322 | echo wpautop( $subscribe_text ); |
|
323 | } |
|
324 | if ( $show_subscribers_total && $subscribers_total ) { |
|
325 | /* translators: %s: number of folks following the blog */ |
|
326 | echo wpautop( sprintf( _n( 'Join %s other follower', 'Join %s other followers', $subscribers_total ), number_format_i18n( $subscribers_total ) ) ); |
|
327 | } |
|
328 | ?> |
|
329 | <p><input type="text" name="email" style="width: 95%; padding: 1px 2px" |