Changeset 42632 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 02/01/2018 05:18:54 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r42614 r42632 3219 3219 3220 3220 $theme->name = wp_kses( $theme->name, $themes_allowedtags ); 3221 $theme->author = wp_kses( $theme->author , $themes_allowedtags );3221 $theme->author = wp_kses( $theme->author['display_name'], $themes_allowedtags ); 3222 3222 $theme->version = wp_kses( $theme->version, $themes_allowedtags ); 3223 3223 $theme->description = wp_kses( $theme->description, $themes_allowedtags );
Note: See TracChangeset
for help on using the changeset viewer.