Coding Standards: Use esc_url() instead of esc_attr() for some URLs.

Follow-up to [2063], [2182], [4656], [6952], [9098], [11109], [11204], [17887], [22505], 

Props kebbet.
See #54728.
Built from https://develop.svn.wordpress.org/trunk@52957


git-svn-id: http://core.svn.wordpress.org/trunk@52546 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2022-03-19 20:31:12 +00:00
parent 280aabee27
commit 8cdec43675
6 changed files with 14 additions and 16 deletions

View File

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