From acdabf9d25b09906e8af9e2ea2982b81a6deab63 Mon Sep 17 00:00:00 2001 From: whyisjake Date: Wed, 10 Jun 2020 18:54:52 +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.5 branch. Props xknown, sstoqnov, vortfu, SergeyBiryukov, whyisjake. Built from https://develop.svn.wordpress.org/branches/4.5@47973 git-svn-id: http://core.svn.wordpress.org/branches/4.5@47743 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 931dffca52..daf490227a 100644 --- a/wp-admin/includes/media.php +++ b/wp-admin/includes/media.php @@ -2794,8 +2794,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(); ?>