mirror of
git://develop.git.wordpress.org/
synced 2025-02-23 08:03:41 +01:00
home
and siteurl
after path slashes are validated in update_blog_details()
When editing a site, if `home` and `siteurl` are checked to be updated along with a site's domain and path, they should receive the results of any modifications in `update_blog_details()` rather than trusting the POST data. Previously, it was possible to save a value without a leading slash on the path, causing an invalid URL to be stored. Props earnjam. Fixes #30417. git-svn-id: https://develop.svn.wordpress.org/trunk@31156 602fd350-edb4-49c9-b593-d223f7449a82
Description
No description provided
Languages
PHP
81.5%
CSS
8.9%
JavaScript
8.1%
SCSS
0.8%
HTML
0.7%