Commit 241357d
committed
Script Loader: Fix logic inversion with
The value was actually whether HTML5 was ''not'' supported.
Follow-up to [50167].
Props jamieburchell, sabernhardt.
See #39941.
Fixes #64128.
git-svn-id: https://develop.svn.wordpress.org/trunk@61052 602fd350-edb4-49c9-b593-d223f7449a82$html5_script_support in wp_sanitize_script_attributes().1 parent d0c86cd commit 241357d
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2869 | 2869 | | |
2870 | 2870 | | |
2871 | 2871 | | |
2872 | | - | |
| 2872 | + | |
2873 | 2873 | | |
2874 | 2874 | | |
2875 | 2875 | | |
| |||
2879 | 2879 | | |
2880 | 2880 | | |
2881 | 2881 | | |
2882 | | - | |
| 2882 | + | |
2883 | 2883 | | |
2884 | 2884 | | |
2885 | 2885 | | |
| |||
0 commit comments