mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
I18N: Use the actual placeholder instead of a number in translator comments if the corresponding string does not use numbered placeholders.
Add missing translator comments in `WP_Theme_Install_List_Table` and `wp_notify_postauthor()`. Add missing commas in some translator comments. Fixes #43523. git-svn-id: https://develop.svn.wordpress.org/trunk@42827 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -556,7 +556,7 @@ function use_ssl_preference( $user ) {
|
||||
function admin_created_user_email( $text ) {
|
||||
$roles = get_editable_roles();
|
||||
$role = $roles[ $_REQUEST['role'] ];
|
||||
/* translators: 1: Site name, 2: site URL, 3: role */
|
||||
/* translators: 1: site name, 2: site URL, 3: role */
|
||||
return sprintf(
|
||||
__(
|
||||
'Hi,
|
||||
|
||||
Reference in New Issue
Block a user