WordPress/wp-admin/network
Jeremy Felt da35c25fb7 Remove the "Update siteurl and home as well" checkbox when editing a site
Rather than provide a checkbox to update the `siteurl` and `home` options, we can make an educated decision based on the current state. If the home and/or siteurl domain and path match the existing domain and path of the site, then we update with the new information.

Also, while scheme is not stored in `wp_blogs` along with a site, the scheme of the `home` and `siteurl` options can now be modified via the Site URL setting in `site-info.php` when the `home` and/or `siteurl` options match the existing domain.

Props @hugobaeta, @earnjam, @jeremyfelt.
Fixes #32503, see #22383.

Built from https://develop.svn.wordpress.org/trunk@32760


git-svn-id: http://core.svn.wordpress.org/trunk@32731 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-06-14 07:52:24 +00:00
..
about.php Don't rely on include_path to include files. 2013-09-25 00:18:11 +00:00
admin.php Priority fixes for various existing hook documentation. 2014-04-12 00:01:15 +00:00
credits.php Don't rely on include_path to include files. 2013-09-25 00:18:11 +00:00
edit.php Docs Formatting: Backtick-escape inline code for all dynamic hook docs in wp-admin/network/*. 2014-11-30 11:21:22 +00:00
freedoms.php Don't rely on include_path to include files. 2013-09-25 00:18:11 +00:00
index.php Update wp_die() calls modified in [31658] to use shorthand calling style. 2015-04-20 03:27:27 +00:00
menu.php Move network update submenu items to the Network Dashboard menu item 2015-05-19 17:00:29 +00:00
plugin-editor.php Don't rely on include_path to include files. 2013-09-25 00:18:11 +00:00
plugin-install.php Don't rely on include_path to include files. 2013-09-25 00:18:11 +00:00
plugins.php Don't rely on include_path to include files. 2013-09-25 00:18:11 +00:00
profile.php Don't rely on include_path to include files. 2013-09-25 00:18:11 +00:00
settings.php Update wp_die() calls modified in [31658] to use shorthand calling style. 2015-04-20 03:27:27 +00:00
setup.php Don't rely on include_path to include files. 2013-09-25 00:18:11 +00:00
site-info.php Remove the "Update siteurl and home as well" checkbox when editing a site 2015-06-14 07:52:24 +00:00
site-new.php Don't loosely compare functions that return bool against a literal bool. 2015-06-12 17:19:27 +00:00
site-settings.php Update wp_die() calls modified in [31658] to use shorthand calling style. 2015-04-20 03:27:27 +00:00
site-themes.php Update wp_die() calls modified in [31658] to use shorthand calling style. 2015-04-20 03:27:27 +00:00
site-users.php Don't loosely compare functions that return bool against a literal bool. 2015-06-12 17:19:27 +00:00
sites.php Update wp_die() calls modified in [31658] to use shorthand calling style. 2015-04-20 03:27:27 +00:00
theme-editor.php Don't rely on include_path to include files. 2013-09-25 00:18:11 +00:00
theme-install.php Don't rely on include_path to include files. 2013-09-25 00:18:11 +00:00
themes.php Use HTTPS URLs for codex.wordpress.org. 2015-04-12 21:29:32 +00:00
update-core.php Don't rely on include_path to include files. 2013-09-25 00:18:11 +00:00
update.php Don't rely on include_path to include files. 2013-09-25 00:18:11 +00:00
upgrade.php Add @global annotations for wp-admin/*. 2015-05-28 21:41:30 +00:00
user-edit.php Don't rely on include_path to include files. 2013-09-25 00:18:11 +00:00
user-new.php Update wp_die() calls modified in [31658] to use shorthand calling style. 2015-04-20 03:27:27 +00:00
users.php Add missing doc blocks to wp-admin/includes/*. 2015-05-29 20:17:26 +00:00