Merged in feature/81-dev-dev01 (pull request #5)
auto-patch 81-dev-dev01-2023-12-05T22_45_26 * auto-patch 81-dev-dev01-2023-12-05T22_45_26
This commit is contained in:
@@ -556,6 +556,9 @@ function populate_options( array $options = array() ) {
|
||||
|
||||
// 5.8.0
|
||||
'wp_force_deactivated_plugins' => array(),
|
||||
|
||||
// 6.4.0
|
||||
'wp_attachment_pages_enabled' => 0,
|
||||
);
|
||||
|
||||
// 3.3.0
|
||||
@@ -979,7 +982,7 @@ endif;
|
||||
* @param string $path Optional. The path to append to the network's domain name. Default '/'.
|
||||
* @param bool $subdomain_install Optional. Whether the network is a subdomain installation or a subdirectory installation.
|
||||
* Default false, meaning the network is a subdirectory installation.
|
||||
* @return bool|WP_Error True on success, or WP_Error on warning (with the installation otherwise successful,
|
||||
* @return true|WP_Error True on success, or WP_Error on warning (with the installation otherwise successful,
|
||||
* so the error code must be checked) or failure.
|
||||
*/
|
||||
function populate_network( $network_id = 1, $domain = '', $email = '', $site_name = '', $path = '/', $subdomain_install = false ) {
|
||||
|
||||
Reference in New Issue
Block a user