Ticket #7824: 7824.diff
| File 7824.diff, 907 bytes (added by wojtek.szkutnik, 3 years ago) |
|---|
-
wp-admin/press-this.php
76 76 77 77 // Set Variables 78 78 $title = isset( $_GET['t'] ) ? trim( strip_tags( html_entity_decode( stripslashes( $_GET['t'] ) , ENT_QUOTES) ) ) : ''; 79 79 $referrer = aposfix(stripslashes($_GET['r']))); 80 80 $selection = ''; 81 81 if ( !empty($_GET['s']) ) { 82 82 $selection = str_replace(''', "'", stripslashes($_GET['s']));
