diff --git a/wp-admin/includes/ajax-actions.php b/wp-admin/includes/ajax-actions.php index c4b9e8b483..5dca8d7619 100644 --- a/wp-admin/includes/ajax-actions.php +++ b/wp-admin/includes/ajax-actions.php @@ -1309,7 +1309,7 @@ function wp_ajax_add_user( $action ) { 'data' => $wp_list_table->single_row( $user_object, '', $role ), 'supplemental' => array( 'show-link' => sprintf( - /* translators: the new user */ + /* translators: %s: the new user */ __( 'User %s added' ), '' . $user_object->user_login . '' ), diff --git a/wp-includes/version.php b/wp-includes/version.php index 21cde83462..072d3b17e1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34304'; +$wp_version = '4.4-alpha-34305'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.