Multisite: Add a hook to the end of the Add Site form.

The `network_site_new_form` action can be used to extend the new site form.

Props igmoweb, ocean90.
Fixes #34739.

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


git-svn-id: http://core.svn.wordpress.org/trunk@36522 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Jeremy Felt
2016-02-17 19:03:25 +00:00
parent 7e5a563876
commit 39cd3583a4
2 changed files with 12 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-alpha-36554';
$wp_version = '4.5-alpha-36555';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.