From: Edward Z. Yang Date: Sun, 3 May 2015 18:51:42 +0000 (-0700) Subject: WordPress 4.1.2 X-Git-Tag: wordpress-4.1.2 X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/commitdiff_plain/5d244c8fd9a27c9f89dd08da2af6fbc67d4fce63 WordPress 4.1.2 Signed-off-by: Edward Z. Yang --- diff --git a/readme.html b/readme.html index 164a5423..16cc8e96 100644 --- a/readme.html +++ b/readme.html @@ -9,7 +9,7 @@

WordPress -
Version 4.1.1 +
Version 4.1.2

Semantic Personal Publishing Platform

diff --git a/wp-admin/about.php b/wp-admin/about.php index c8512135..f1c263b8 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -42,7 +42,11 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-

+

+

Version %1$s addressed a security issue.', + 'Version %1$s addressed some security issues.', 8 ), '4.1.2' ); ?> + the release notes.' ), 'http://codex.wordpress.org/Version_4.1.2' ); ?> +

Version %1$s addressed %2$s bug.', 'Version %1$s addressed %2$s bugs.', 21 ), '4.1.1', number_format_i18n( 21 ) ); ?> the release notes.' ), 'http://codex.wordpress.org/Version_4.1.1' ); ?> diff --git a/wp-admin/includes/class-wp-comments-list-table.php b/wp-admin/includes/class-wp-comments-list-table.php index 3814f98b..35a193f1 100644 --- a/wp-admin/includes/class-wp-comments-list-table.php +++ b/wp-admin/includes/class-wp-comments-list-table.php @@ -554,9 +554,9 @@ class WP_Comments_List_Table extends WP_List_Table { if ( current_user_can( 'edit_post', $post->ID ) ) { $post_link = ""; - $post_link .= get_the_title( $post->ID ) . ''; + $post_link .= esc_html( get_the_title( $post->ID ) ) . ''; } else { - $post_link = get_the_title( $post->ID ); + $post_link = esc_html( get_the_title( $post->ID ) ); } echo '