Tests: Replace `esc_url_raw()` calls with `sanitize_url()`.
Previously committed in [53455], appears to be accidentally reverted in [53562]. Follow-up to [51597], [53452], [53455], [53562]. See #39265, #55652. Built from https://develop.svn.wordpress.org/trunk@53574 git-svn-id: http://core.svn.wordpress.org/trunk@53163 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
dc8416e7c2
commit
178bd65605
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.1-alpha-53573';
|
||||
$wp_version = '6.1-alpha-53574';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue