From a1403240bba2fb2efccc2bce70cad01fe1d5b6c2 Mon Sep 17 00:00:00 2001
From: Sergey Biryukov
- ' . esc_html( $app_name ) . '' );
- ?>
+ ' . esc_html( $app_name ) . ''
+ );
+ ?>
- the %2$s blog in this installation that you have permissions on.',
'This will grant access to all %2$s blogs in this installation that you have permissions on.',
- count( $blogs )
+ $blogs_count
),
admin_url( 'my-sites.php' ),
- number_format_i18n( count( $blogs ) )
+ number_format_i18n( $blogs_count )
);
- ?>
+ ?>
- the %2$s blog in this installation that you have permissions on.', - 'Application passwords grant access to all %2$s blogs in this installation that you have permissions on.', - count( $blogs ) - ), - admin_url( 'my-sites.php' ), - number_format_i18n( count( $blogs ) ) - ); - ?> + the %2$s blog in this installation that you have permissions on.', + 'Application passwords grant access to all %2$s blogs in this installation that you have permissions on.', + $blogs_count + ), + admin_url( 'my-sites.php' ), + number_format_i18n( $blogs_count ) + ); + ?>