@@ 273-275 (lines=3) @@ | ||
270 | if ( ! $show_only_email_and_button ) { |
|
271 | echo wpautop( $subscribe_logged_in ); |
|
272 | } |
|
273 | if ( $show_subscribers_total && $subscribers_total ) { |
|
274 | /* translators: %s: number of folks following the blog */ |
|
275 | echo wpautop( sprintf( _n( 'Join %s other follower', 'Join %s other followers', $subscribers_total ), number_format_i18n( $subscribers_total ) ) ); |
|
276 | } |
|
277 | ?> |
|
278 | <?php else : ?> |
|
@@ 283-285 (lines=3) @@ | ||
280 | if ( ! $show_only_email_and_button ) { |
|
281 | echo wpautop( $subscribe_text ); |
|
282 | } |
|
283 | if ( $show_subscribers_total && $subscribers_total ) { |
|
284 | /* translators: %s: number of folks following the blog */ |
|
285 | echo wpautop( sprintf( _n( 'Join %s other follower', 'Join %s other followers', $subscribers_total ), number_format_i18n( $subscribers_total ) ) ); |
|
286 | } |
|
287 | ?> |
|
288 | <p><input type="text" name="email" style="width: 95%; padding: 1px 2px" |