Ticket #30554: patch.diff
File patch.diff, 728 bytes (added by , 6 years ago) |
---|
-
src/wp-includes/js/tinymce/tinymce.js
10307 10307 add("a", "href target rel media hreflang type", phrasingContent); 10308 10308 add("q", "cite", phrasingContent); 10309 10309 add("ins del", "cite datetime", flowContent); 10310 add("img", "src srcset alt usemap ismap width height ");10310 add("img", "src srcset alt usemap ismap width height sizes"); 10311 10311 add("iframe", "src name width height", flowContent); 10312 10312 add("embed", "src type width height"); 10313 10313 add("object", "data type typemustmatch name usemap form width height", flowContent, "param");