Administration: Restore the correct escaping function for base64-encoded SVG icons in the admin menu.

Add a comment to clarify the `esc_attr()` usage instead of `esc_url()`.

Follow-up to [53050].

Props KProvance, kebbet, w33zy, ocean90, mukesh27.
Fixes #55539.
Built from https://develop.svn.wordpress.org/trunk@53092


git-svn-id: http://core.svn.wordpress.org/trunk@52681 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2022-04-07 12:54:03 +00:00
parent 0ae89f5171
commit ba864b2792
2 changed files with 4 additions and 3 deletions

View File

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