@@ 266-268 (lines=3) @@ | ||
263 | if ( ! $show_only_email_and_button ) { |
|
264 | echo wpautop( $subscribe_logged_in ); |
|
265 | } |
|
266 | if ( $show_subscribers_total && $subscribers_total ) { |
|
267 | echo wpautop( sprintf( _n( 'Join %s other follower', 'Join %s other followers', $subscribers_total ), number_format_i18n( $subscribers_total ) ) ); |
|
268 | } |
|
269 | ?> |
|
270 | <?php else : ?> |
|
271 | <?php |
|
@@ 275-277 (lines=3) @@ | ||
272 | if ( ! $show_only_email_and_button ) { |
|
273 | echo wpautop( $subscribe_text ); |
|
274 | } |
|
275 | if ( $show_subscribers_total && $subscribers_total ) { |
|
276 | echo wpautop( sprintf( _n( 'Join %s other follower', 'Join %s other followers', $subscribers_total ), number_format_i18n( $subscribers_total ) ) ); |
|
277 | } |
|
278 | ?> |
|
279 | <p><input type="text" name="email" style="width: 95%; padding: 1px 2px" |
|
280 | placeholder="<?php esc_attr_e( 'Enter your email address' ); ?>" value="" |