mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-18 18:24:39 +00:00
8e7ab859fd49560fd68851536bee4f26b6800dc4
Following [39128], this removes the validation logic for Vimeo URLs from `_validate_external_header_video()` since WP does not support the display of videos from Vimeo by default. This also includes a change to using `esc_url_raw()` instead of `esc_url()` on the URL value to avoid unexpected behavior from the inclusion of HTML entities. Props peterwilsoncc, westonruter. Fixes #38544. git-svn-id: https://develop.svn.wordpress.org/trunk@39148 602fd350-edb4-49c9-b593-d223f7449a82
Description
No description provided
Languages
PHP
80.5%
CSS
9.4%
JavaScript
8.5%
SCSS
0.9%
HTML
0.7%