Make WordPress Core

Changeset 45162


Ignore:
Timestamp:
04/11/2019 08:14:22 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Networks and Sites: Use numbered placeholder in a mailto: link in ms_site_check().

Props diddledan.
Fixes #46849.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/ms-load.php

    r44926 r45162  
    110110                sprintf(
    111111                    __( 'This site has not been activated yet. If you are having problems activating your site, please contact %s.' ),
    112                     sprintf( '<a href="mailto:%s">%s</a>', $admin_email )
     112                    sprintf( '<a href="mailto:%1$s">%1$s</a>', $admin_email )
    113113                )
    114114            );
Note: See TracChangeset for help on using the changeset viewer.