@@ 297-299 (lines=3) @@ | ||
294 | if ( ! $show_only_email_and_button ) { |
|
295 | echo wpautop( $subscribe_logged_in ); |
|
296 | } |
|
297 | if ( $show_subscribers_total && $subscribers_total ) { |
|
298 | /* translators: %s: number of folks following the blog */ |
|
299 | echo wpautop( sprintf( _n( 'Join %s other follower', 'Join %s other followers', $subscribers_total ), number_format_i18n( $subscribers_total ) ) ); |
|
300 | } |
|
301 | ?> |
|
302 | <?php else : ?> |
|
@@ 307-309 (lines=3) @@ | ||
304 | if ( ! $show_only_email_and_button ) { |
|
305 | echo wpautop( $subscribe_text ); |
|
306 | } |
|
307 | if ( $show_subscribers_total && $subscribers_total ) { |
|
308 | /* translators: %s: number of folks following the blog */ |
|
309 | echo wpautop( sprintf( _n( 'Join %s other follower', 'Join %s other followers', $subscribers_total ), number_format_i18n( $subscribers_total ) ) ); |
|
310 | } |
|
311 | ?> |
|
312 | <p><input type="text" name="email" style="width: 95%; padding: 1px 2px" |