Make WordPress Core


Ignore:
Timestamp:
04/15/2019 10:38:59 PM (6 years ago)
Author:
johnbillion
Message:

I18N: Improvements to and additions of translator comments for various email subject strings.

Props ramiy

Fixes #46920

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/user-new.php

    r45140 r45204  
    123123%4$s'
    124124            );
     125
     126            /* translators: Joining confirmation notification email subject. %s: Site title */
    125127            wp_mail( $new_user_email, sprintf( __( '[%s] Joining Confirmation' ), wp_specialchars_decode( get_option( 'blogname' ) ) ), sprintf( $message, get_option( 'blogname' ), home_url(), wp_specialchars_decode( translate_user_role( $role['name'] ) ), home_url( "/newbloguser/$newuser_key/" ) ) );
    126128
Note: See TracChangeset for help on using the changeset viewer.