sprintf( __( 'Subscribe to %s, creator of the Friends plugin', 'friends' ), 'Alex Kirk' ),
'url' => 'https://alex.kirk.at/',
);
?>
-
Friends page is the place where you'll find the latest posts, messages, videos, etc. from your network.", 'friends' ), '"' . home_url( '/friends/' ) . '"' ), array( 'a' => array( 'href' => array() ) ) );
?>
-
subscribing to web sites or following people on the Fediverse.', 'friends' ), '"' . admin_url( 'admin.php?page=add-friend' ) . '"' ), array( 'a' => array( 'href' => array() ) ) );
} else {
// translators: %s is the URL of the Add Friend page.
echo wp_kses( sprintf( __( 'You can extend your network by subscribing to web sites or, with the ActivityPub plugin, following people on the Fediverse.', 'friends' ), '"' . admin_url( 'admin.php?page=add-friend' ) . '"' ), array( 'a' => array( 'href' => array() ) ) );
}
?>
-