Changeset 59677 for trunk/src/wp-includes/kses.php
- Timestamp:
- 01/21/2025 10:57:04 PM (14 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/kses.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/kses.php
r58709 r59677 896 896 897 897 case 'user_description': 898 case 'pre_term_description': 898 899 case 'pre_user_description': 899 $tags = $allowedtags; 900 $tags['a']['rel'] = true; 900 $tags = $allowedtags; 901 $tags['a']['rel'] = true; 902 $tags['a']['target'] = true; 901 903 /** This filter is documented in wp-includes/kses.php */ 902 904 return apply_filters( 'wp_kses_allowed_html', $tags, $context );
Note: See TracChangeset
for help on using the changeset viewer.