'', 'welcome' => '', 'followers' => 'active', ) ); // Draw the follow table for the blog user if it is activated. if ( ! \Activitypub\is_user_disabled( \Activitypub\Collection\Users::BLOG_USER_ID ) ) : $table = new \Activitypub\Table\Followers(); $follower_count = $table->get_user_count(); // translators: The follower count. $followers_template = _n( 'Your blog profile currently has %s follower.', 'Your blog profile currently has %s followers.', $follower_count, 'activitypub' ); ?>