From 9894097207bc2e7becb40760731fef36e738532b Mon Sep 17 00:00:00 2001 From: whyisjake Date: Wed, 10 Jun 2020 18:54:30 +0000 Subject: [PATCH] General: Backport several commits for release. - Embeds: Ensure that the title attribute is set correctly on embeds. - Editor: Prevent HTML decoding on by setting the proper editor context. - Formatting: Ensure that wp_validate_redirect() sanitizes a wider variety of characters. - Themes: Ensure a broken theme name is returned properly. - Administration: Add a new filter to extend set-screen-option. Merges [47947-47951] to the 4.4 branch. Props xknown, sstoqnov, vortfu, SergeyBiryukov, whyisjake. Built from https://develop.svn.wordpress.org/branches/4.4@47972 git-svn-id: http://core.svn.wordpress.org/branches/4.4@47742 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/media.php | 7 +++++-- wp-admin/includes/misc.php | 36 +++++++++++++++++++++++++++++------- wp-admin/themes.php | 2 +- wp-includes/pluggable.php | 2 +- 4 files changed, 36 insertions(+), 11 deletions(-) diff --git a/wp-admin/includes/media.php b/wp-admin/includes/media.php index 8ba2ffa848..460f61c69b 100644 --- a/wp-admin/includes/media.php +++ b/wp-admin/includes/media.php @@ -2781,8 +2781,11 @@ function edit_form_image_editor( $post ) { - post_content, 'attachment_content', $editor_args ); ?> + } + + ?> + + post_content ), 'attachment_content', $editor_args ); ?> - get( 'Name' ) ? $broken_theme->display( 'Name' ) : $broken_theme->get_stylesheet(); ?> + get( 'Name' ) ? $broken_theme->display( 'Name' ) : esc_html( $broken_theme->get_stylesheet() ); ?> errors()->get_error_message(); ?>