Changeset 41705
- Timestamp:
- 10/03/2017 01:12:08 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-functions.php
r41688 r41705 1279 1279 $msg = sprintf( __( 'New Site: %1$s 1280 1280 URL: %2$s 1281 Remote IP : %3$s1281 Remote IP address: %3$s 1282 1282 1283 1283 Disable these notifications: %4$s' ), $blogname, $siteurl, wp_unslash( $_SERVER['REMOTE_ADDR'] ), $options_site_url); … … 1321 1321 /* translators: New user notification email. 1: User login, 2: User IP address, 3: Settings screen URL */ 1322 1322 $msg = sprintf(__('New User: %1$s 1323 Remote IP : %2$s1323 Remote IP address: %2$s 1324 1324 1325 1325 Disable 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.