Make WordPress Core

Ticket #31864: 31864.patch

File 31864.patch, 703 bytes (added by ramiy, 11 years ago)
  • wp-admin/includes/ajax-actions.php

     
    12591259                'id' => $user_id,
    12601260                'data' => $wp_list_table->single_row( $user_object, '', $role ),
    12611261                'supplemental' => array(
    1262                         'show-link' => sprintf(__( 'User <a href="#%s">%s</a> added' ), "user-$user_id", $user_object->user_login),
     1262                        'show-link' => sprintf(
     1263                                                                /* translators: the new user */
     1264                                                                __( 'User %s added' ),
     1265                                                                '<a href="#user-' . $user_id . '">' . $user_object->user_login . '</a>'
     1266                                                        ),
    12631267                        'role' => $role,
    12641268                )
    12651269        ) );