From 2716cc80486dae4ac2bf1f7f6469cc78c74fdc65 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 18 Oct 2020 21:17:05 +0000 Subject: [PATCH] Networks and Sites: Introduce `network_site_info_form` action. The action fires at the end of the site info form in network admin, and complements the existing `network_site_new_form` action. Props virgodesign. Fixes #50704. Built from https://develop.svn.wordpress.org/trunk@49199 git-svn-id: http://core.svn.wordpress.org/trunk@48961 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/network/site-info.php | 14 +++++++++++++- wp-includes/version.php | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/wp-admin/network/site-info.php b/wp-admin/network/site-info.php index a8294c1e49..62ce84cc5c 100644 --- a/wp-admin/network/site-info.php +++ b/wp-admin/network/site-info.php @@ -202,7 +202,19 @@ if ( ! empty( $messages ) ) { - + + diff --git a/wp-includes/version.php b/wp-includes/version.php index dbacca2327..6761fc8e36 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-alpha-49198'; +$wp_version = '5.6-alpha-49199'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.