admin_created_user_subject

The timeline below displays how wordpress function admin_created_user_subject has changed across different WordPress versions. If a version is not listed, refer to the next available version below.

WordPress Version: 3.7

function admin_created_user_subject($text)
{
    return sprintf(__('[%s] Your site invite'), get_bloginfo('name'));
}