Index: wp-admin/press-this.php
===================================================================
--- wp-admin/press-this.php	(revision 12162)
+++ wp-admin/press-this.php	(working copy)
@@ -91,8 +91,8 @@
 }
 
 // Set Variables
-$title = isset($_GET['t']) ? esc_html(aposfix(stripslashes($_GET['t']))) : '';
-$selection = isset($_GET['s']) ? trim( aposfix( stripslashes($_GET['s']) ) ) : '';
+$title = isset($_GET['t']) ? esc_html( aposfix(stripslashes( $_GET['t'] )) ) : '';
+$selection = isset($_GET['s']) ? esc_html( trim(aposfix(stripslashes( $_GET['s'] ))) ) : '';
 if ( ! empty($selection) ) {
 	$selection = preg_replace('/(\r?\n|\r)/', '</p><p>', $selection);
 	$selection = '<p>'.str_replace('<p></p>', '', $selection).'</p>';
