Make WordPress Core

Changes between Version 3 and Version 4 of Ticket #43438, comment 44


Ignore:
Timestamp:
05/01/2018 12:34:51 PM (7 years ago)
Author:
birgire
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43438, comment 44

    v3 v4  
    3131WordPress Comments " \' \ - &amp; & <b>Hello</b> <script>alert(1)</script>
    3232
     33}}}
     34
     35and here's the how the ajax error is displayed in the HTML table:
     36
     37
     38{{{
    3339sanitize_text_field:
    34 <li>Exporter does not include a callback: WordPress Comments " ' \ - &amp; &amp; Hello.</li>
     40...<li>Exporter does not include a callback: WordPress Comments " ' \ - &amp; &amp; Hello.</li>...
    3541
    3642esc_html:
    37 <li>Exporter does not include a callback: WordPress Comments " ' \ - &amp; &amp; &lt;b&gt;Hello&lt;/b&gt; &lt;script&gt;alert(1)&lt;/script&gt;.</li>
     43...<li>Exporter does not include a callback: WordPress Comments " ' \ - &amp; &amp; &lt;b&gt;Hello&lt;/b&gt; &lt;script&gt;alert(1)&lt;/script&gt;.</li>...
    3844
    3945esc_js:
    40 <li>Exporter does not include a callback: WordPress Comments " \'  - &amp; &amp; &lt;b&gt;Hello&lt;/b&gt; &lt;script&gt;alert(1)&lt;/script&gt;.</li>
     46...<li>Exporter does not include a callback: WordPress Comments " \'  - &amp; &amp; &lt;b&gt;Hello&lt;/b&gt; &lt;script&gt;alert(1)&lt;/script&gt;.</li>...
    4147
    4248esc_html + sanitize_text_field:
    43 <li>Exporter does not include a callback: WordPress Comments " ' \ - &amp; &amp; Hello.</li>
     49...<li>Exporter does not include a callback: WordPress Comments " ' \ - &amp; &amp; Hello.</li>...
    4450
    4551esc_js + sanitize_text_field:
    46 <li>Exporter does not include a callback: WordPress Comments " \'  - &amp; &amp; Hello.</li>
     52...<li>Exporter does not include a callback: WordPress Comments " \'  - &amp; &amp; Hello.</li>...
    4753
    4854wp_json_encode:
    49 <li>Exporter does not include a callback: "WordPress Comments \" ' \\ - &amp; &amp; <b>Hello&lt;\/b&gt; <script>alert(1)<\/script>".</li></ul></div></td></tr></tbody></table></script></b></li>
     55...<li>Exporter does not include a callback: "WordPress Comments \" ' \\ - &amp; &amp; <b>Hello&lt;\/b&gt; <script>alert(1)<\/script>".</li></ul></div></td></tr></tbody></table></script></b></li>...
    5056
    5157}}}