Changeset 12622 for trunk/wp-includes/ms-functions.php
- Timestamp:
- 01/07/2010 12:30:53 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-functions.php
r12611 r12622 1355 1355 return false; 1356 1356 1357 $options_site_url = clean_url("http://{$current_site->domain}{$current_site->path}wp-admin/ wpmu-options.php");1357 $options_site_url = clean_url("http://{$current_site->domain}{$current_site->path}wp-admin/ms-options.php"); 1358 1358 1359 1359 switch_to_blog( $blog_id ); … … 1383 1383 $user = new WP_User($user_id); 1384 1384 1385 $options_site_url = clean_url("http://{$current_site->domain}{$current_site->path}wp-admin/ wpmu-options.php");1385 $options_site_url = clean_url("http://{$current_site->domain}{$current_site->path}wp-admin/ms-options.php"); 1386 1386 $msg = sprintf(__("New User: %1s 1387 1387 Remote IP: %2s
Note: See TracChangeset
for help on using the changeset viewer.