@@ 263-265 (lines=3) @@ | ||
260 | if ( ! $show_only_email_and_button ) { |
|
261 | echo wpautop( $subscribe_logged_in ); |
|
262 | } |
|
263 | if ( $show_subscribers_total && $subscribers_total ) { |
|
264 | /* translators: %s: number of folks following the blog */ |
|
265 | echo wpautop( sprintf( _n( 'Join %s other follower', 'Join %s other followers', $subscribers_total ), number_format_i18n( $subscribers_total ) ) ); |
|
266 | } |
|
267 | ?> |
|
268 | <?php else : ?> |
|
@@ 273-275 (lines=3) @@ | ||
270 | if ( ! $show_only_email_and_button ) { |
|
271 | echo wpautop( $subscribe_text ); |
|
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 | <p><input type="text" name="email" style="width: 95%; padding: 1px 2px" |