Changeset 22270 for trunk/wp-includes/ms-functions.php
- Timestamp:
- 10/23/2012 11:27:20 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-functions.php
r22124 r22270 1016 1016 restore_current_blog(); 1017 1017 1018 $msg = sprintf( __( 'New Site: %1 s1019 URL: %2 s1020 Remote IP: %3 s1021 1022 Disable these notifications: %4 s' ), $blogname, $siteurl, $_SERVER['REMOTE_ADDR'], $options_site_url);1018 $msg = sprintf( __( 'New Site: %1$s 1019 URL: %2$s 1020 Remote IP: %3$s 1021 1022 Disable these notifications: %4$s' ), $blogname, $siteurl, $_SERVER['REMOTE_ADDR'], $options_site_url); 1023 1023 $msg = apply_filters( 'newblog_notify_siteadmin', $msg ); 1024 1024 … … 1051 1051 1052 1052 $options_site_url = esc_url(network_admin_url('settings.php')); 1053 $msg = sprintf(__('New User: %1 s1054 Remote IP: %2 s1055 1056 Disable these notifications: %3 s'), $user->user_login, $_SERVER['REMOTE_ADDR'], $options_site_url);1053 $msg = sprintf(__('New User: %1$s 1054 Remote IP: %2$s 1055 1056 Disable these notifications: %3$s'), $user->user_login, $_SERVER['REMOTE_ADDR'], $options_site_url); 1057 1057 1058 1058 $msg = apply_filters( 'newuser_notify_siteadmin', $msg, $user );
Note: See TracChangeset
for help on using the changeset viewer.