Build/Test Tools: Enable loopback requests to work on the local development environment.
This maps `localhost` to the host machine so the requests get routed to the web server container. Props sandrasanzdev, hasanuzzamanshamim Fixes #52708 Built from https://develop.svn.wordpress.org/trunk@53636 git-svn-id: http://core.svn.wordpress.org/trunk@53195 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d7efd9a793
commit
c29d3d8142
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.1-alpha-53635';
|
||||
$wp_version = '6.1-alpha-53636';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue