Make WordPress Core


Ignore:
Timestamp:
09/18/2015 07:00:20 PM (10 years ago)
Author:
SergeyBiryukov
Message:

Include placeholder in translator comment.

See #31864.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/ajax-actions.php

    r34302 r34305  
    13101310        'supplemental' => array(
    13111311            'show-link' => sprintf(
    1312                 /* translators: the new user */
     1312                /* translators: %s: the new user */
    13131313                __( 'User %s added' ),
    13141314                '<a href="#user-' . $user_id . '">' . $user_object->user_login . '</a>'
Note: See TracChangeset for help on using the changeset viewer.