Make WordPress Core

Changeset 41705

Timestamp:
10/03/2017 01:12:08 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Multisite: Change IP references in new site or user notifications to IP address for clarity.

Props gk.loveweb, bradparbs.
See #40382.

File:
1 edited

Legend:

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

    r41688 r41705  
    12791279    $msg = sprintf( __( 'New Site: %1$s
    12801280URL: %2$s
    1281 Remote IP: %3$s
     1281Remote IP: %3$s
    12821282
    12831283Disable these notifications: %4$s' ), $blogname, $siteurl, wp_unslash( $_SERVER['REMOTE_ADDR'] ), $options_site_url);
     
    13211321    /* translators: New user notification email. 1: User login, 2: User IP address, 3: Settings screen URL */
    13221322    $msg = sprintf(__('New User: %1$s
    1323 Remote IP: %2$s
     1323Remote IP: %2$s
    13241324
    13251325Disable these notifications: %3$s'), $user->user_login, wp_unslash( $_SERVER['REMOTE_ADDR'] ), $options_site_url);
Note: See TracChangeset for help on using the changeset viewer.