Index: press-this.php
===================================================================
--- press-this.php	(revision 9058)
+++ press-this.php	(working copy)
@@ -104,6 +104,7 @@
 
 // Set Variables
 $title = wp_specialchars(aposfix(stripslashes($_GET['t'])));
+$referrer = aposfix(stripslashes($_GET['r'])));
 $selection = trim( aposfix( stripslashes($_GET['s']) ) );
 if ( ! empty($selection) ) {
 	$selection = preg_replace('/(\r?\n|\r)/', '</p><p>', $selection);
@@ -534,7 +535,7 @@
 				<h2 id="content_type"><label for="content"><?php _e('Post') ?></label></h2>
 			
 				<div class="editor-container">
-					<textarea name="content" id="content" style="width:100%;" class="mceEditor" rows="15"><?php if ($selection) { echo wp_richedit_pre($selection); } ?><p>via <a href="<?php echo $url ?>"><?php echo $title; ?></a></p><?php if($selection) echo '.'; ?></textarea>
+					<textarea name="content" id="content" style="width:100%;" class="mceEditor" rows="15"><?php if ($selection) { echo wp_richedit_pre($selection); } ?><p>via <a href="<?php echo $url ?>"><?php echo $title; ?></a><?php if($referrer) echo ' ' . $referer; ?></p><?php if($selection) echo '.'; ?></textarea>
 				</div>
 			</div>
 		</div>
