Changeset 6421 for sites/trunk/wordpress.org/public_html/wp-content/mu-plugins/pub/wporg-allow-more-html-in-comments.php
- Timestamp:
- 01/23/2018 11:36:08 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/mu-plugins/pub/wporg-allow-more-html-in-comments.php
r5351 r6421 7 7 * Author URI: https://wordpress.org/ 8 8 * License: GPLv2 or later 9 * 10 * @package WordPressdotorg\AllowMoreHtmlInComments 9 11 */ 10 12 … … 55 57 kses_init_filters(); 56 58 p2_kses_init(); 59 57 60 // Don't have core fire kses_init_filters(), we already did. 58 61 return false;
Note: See TracChangeset
for help on using the changeset viewer.