Embeds: Fix incorrect usage of get_home_url() in oEmbed tests.

Switch to `home_url()` for consistency with other tests and to avoid confusion.

Props david.binda.
Fixes #49988.
Built from https://develop.svn.wordpress.org/trunk@47615


git-svn-id: http://core.svn.wordpress.org/trunk@47390 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-04-23 18:41:07 +00:00
parent f97ac354c6
commit b6c70b7712

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.5-alpha-47614';
$wp_version = '5.5-alpha-47615';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.