mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-25 03:20:15 +00:00
84ec54e07e468518a5f7918ff55b298e9f9f2946
The accessibility helpers previously processed all items when editing a menu, which was quite slow to the point of being unresponsive for large menus. They now only process items when they are expanded or a user comes near them in some way, such as hover or focus. Also simplifies a redundant set of click event handlers down to one, which further enhances performance. props atimmer, sevenspark. fixes #25698. git-svn-id: https://develop.svn.wordpress.org/trunk@31604 602fd350-edb4-49c9-b593-d223f7449a82
When sanitizing a URL to redirect to, UTF-8 characters can be URL encoded, instead of being removed.
Description
No description provided
Languages
PHP
80.5%
CSS
9.4%
JavaScript
8.5%
SCSS
0.9%
HTML
0.7%