Files
wordpress/wp-admin/network
johnjamesjacoby 8fa2f85596 Networks and Sites: Add support for file/upload type inputs on the "New Site" screen.
This change allows plugins to add files when creating sites via the network-admin "New Site" form.

* Adds `enctype="multipart/form-data"` to the form in `wp-admin/network/site-new.php`.
* Supports `input type="file"` fields in this form (via the `network_site_new_form` action).

Props johnjamesjacoby, sakibmoon, sirlouen, realloc.

Fixes #62086.
Built from https://develop.svn.wordpress.org/trunk@60398


git-svn-id: http://core.svn.wordpress.org/trunk@59734 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2025-06-30 19:02:25 +00:00
..