added translators hint
This commit is contained in:
parent
73c767df39
commit
e924019a73
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
<?php $followers_table = new \Activitypub\Table\Followers(); ?>
|
<?php $followers_table = new \Activitypub\Table\Followers(); ?>
|
||||||
|
|
||||||
<?php // translators: ?>
|
<?php // translators: The follower count. ?>
|
||||||
<p><?php \printf( \esc_html__( 'You currently have %s followers.', 'activitypub' ), \esc_attr( $followers_table->get_user_count() ) ); ?></p>
|
<p><?php \printf( \esc_html__( 'You currently have %s followers.', 'activitypub' ), \esc_attr( $followers_table->get_user_count() ) ); ?></p>
|
||||||
|
|
||||||
<form method="get">
|
<form method="get">
|
||||||
|
|
Loading…
Reference in a new issue