Changeset 50932 for trunk/src/wp-admin/user-edit.php
- Timestamp:
- 05/19/2021 06:16:12 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user-edit.php
r50412 r50932 746 746 <?php 747 747 printf( 748 /* translators: 1: URL to my-sites.php, 2: Number of blogs the user has. */748 /* translators: 1: URL to my-sites.php, 2: Number of sites the user has. */ 749 749 _n( 750 'Application passwords grant access to <a href="%1$s">the %2$s blogin this installation that you have permissions on</a>.',751 'Application passwords grant access to <a href="%1$s">all %2$s blogs in this installation that you have permissions on</a>.',750 'Application passwords grant access to <a href="%1$s">the %2$s site in this installation that you have permissions on</a>.', 751 'Application passwords grant access to <a href="%1$s">all %2$s sites in this installation that you have permissions on</a>.', 752 752 $blogs_count 753 753 ),
Note: See TracChangeset
for help on using the changeset viewer.