Env: Revert accidental changes to the config

It's the only way to make the env work locally with Apple M1 processor, but I included them by accident.

Props Mamaduka.
See [53070]. 


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


git-svn-id: http://core.svn.wordpress.org/trunk@52660 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
gziolo 2022-04-05 09:33:01 +00:00
parent 1bb507149e
commit 025bd5e718

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.0-alpha-53070';
$wp_version = '6.0-alpha-53071';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.