mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-02-24 01:32:47 +00:00
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 |
||
|---|---|---|
| src | ||
| tests | ||
| tools/i18n | ||
| .editorconfig | ||
| .gitignore | ||
| .jshintrc | ||
| .travis.yml | ||
| Gruntfile.js | ||
| package.json | ||
| phpunit.xml.dist | ||
| wp-cli.yml | ||
| wp-config-sample.php | ||
| wp-tests-config-sample.php | ||