Ticket #11644: blog_to_site_2.patch
File blog_to_site_2.patch, 1.3 KB (added by , 15 years ago) |
---|
-
wp-admin/ms-options.php
77 77 <input name="dashboard_blog_orig" type="hidden" id="dashboard_blog_orig" value="<?php echo esc_attr( $blogname ); ?>" /> 78 78 <input name="dashboard_blog" type="text" id="dashboard_blog" value="<?php echo esc_attr( $blogname ); ?>" class="regular-text" /> 79 79 <br /> 80 <?php _e( 'Site path (“dashboard”, “control”, “manager”, etc.) or blogID.<br />New users are added to this site as the user role defined below if they don’t have a site. Leave blank for the main site. Users with the subscriber role on old site will be moved to the new site if changed. The new site will be created if it does not exist.' ); ?>80 <?php _e( 'Site path (“dashboard”, “control”, “manager”, etc.) or site ID.<br />New users are added to this site as the user role defined below if they don’t have a site. Leave blank for the main site. Users with the subscriber role on old site will be moved to the new site if changed. The new site will be created if it does not exist.' ); ?> 81 81 </td> 82 82 </tr> 83 83 <tr valign="top">