if ( $blogs_count > 1
) { ?>
<p>
<?php
/* translators: 1: URL to my-sites.php, 2: Number of sites the user has. */
$message =
_n( 'This will grant access to <a href="%1$s">the %2$s site in this installation that you have permissions on</a>.',
'This will grant access to <a href="%1$s">all %2$s sites in this installation that you have permissions on</a>.',
$blogs_count );
if ( is_super_admin() ) { /* translators: 1: URL to my-sites.php, 2: Number of sites the user has. */
$message =
_n( 'This will grant access to <a href="%1$s">the %2$s site on the network as you have Super Admin rights</a>.',
'This will grant access to <a href="%1$s">all %2$s sites on the network as you have Super Admin rights</a>.',
$blogs_count );
} printf( $message,
admin_url( 'my-sites.php'
),