Changeset 6210
- Timestamp:
- 07/04/06 10:59:34 (2 years ago)
- Files:
-
- wp-email/trunk/email/email.php (modified) (5 diffs)
- wp-email/trunk/email/wp-email-popup.php (modified) (2 diffs)
- wp-email/trunk/readme.html (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wp-email/trunk/email/email.php
r6112 r6210 4 4 Plugin URI: http://www.lesterchan.net/portfolio/programming.php 5 5 Description: Enable You To Send Your Webblog Entry To A Friend. 6 Version: 2.0 66 Version: 2.07 7 7 Author: GaMerZ 8 8 Author URI: http://www.lesterchan.net … … 86 86 if(!empty($using_permalink)) { 87 87 if(is_page()) { 88 echo '<a href="'.$permalink.'emailpage/" title="'.$text_page.'" >'.$text_page.'</a>';89 } else { 90 echo '<a href="'.$permalink.'email/" title="'.$text_post.'" >'.$text_post.'</a>';91 } 92 } else { 93 echo '<a href="'.$permalink.'&email=1" title="'.$text_post.'" >'.$text_post.'</a>';88 echo '<a href="'.$permalink.'emailpage/" title="'.$text_page.'" rel="nofollow">'.$text_page.'</a>'; 89 } else { 90 echo '<a href="'.$permalink.'email/" title="'.$text_post.'" rel="nofollow">'.$text_post.'</a>'; 91 } 92 } else { 93 echo '<a href="'.$permalink.'&email=1" title="'.$text_post.'" rel="nofollow">'.$text_post.'</a>'; 94 94 } 95 95 } … … 108 108 if(!empty($using_permalink)) { 109 109 if(is_page()) { 110 echo '<a href="'.$permalink.'emailpage/" title="EMail This Page" >'.$email_image.'</a>';111 } else { 112 echo '<a href="'.$permalink.'email/" title="EMail This Post" >'.$email_image.'</a>';113 } 114 } else { 115 echo '<a href="'.$permalink.'&email=1" title="EMail This Post/Page" >'.$email_image.'</a>';110 echo '<a href="'.$permalink.'emailpage/" title="EMail This Page" rel="nofollow">'.$email_image.'</a>'; 111 } else { 112 echo '<a href="'.$permalink.'email/" title="EMail This Post" rel="nofollow">'.$email_image.'</a>'; 113 } 114 } else { 115 echo '<a href="'.$permalink.'&email=1" title="EMail This Post/Page" rel="nofollow">'.$email_image.'</a>'; 116 116 } 117 117 } … … 122 122 global $id; 123 123 if(is_page()) { 124 echo '<a href="'.get_settings('home').'/wp-content/plugins/email/wp-email-popup.php?page_id='.$id.'" onclick="email_popup(this.href); return false" title="'.$text_page.'" >'.$text_page.'</a>';125 } else { 126 echo '<a href="'.get_settings('home').'/wp-content/plugins/email/wp-email-popup.php?p='.$id.'" onclick="email_popup(this.href); return false" title="'.$text_post.'" >'.$text_post.'</a>';124 echo '<a href="'.get_settings('home').'/wp-content/plugins/email/wp-email-popup.php?page_id='.$id.'" onclick="email_popup(this.href); return false" title="'.$text_page.'" rel="nofollow">'.$text_page.'</a>'; 125 } else { 126 echo '<a href="'.get_settings('home').'/wp-content/plugins/email/wp-email-popup.php?p='.$id.'" onclick="email_popup(this.href); return false" title="'.$text_post.'" rel="nofollow">'.$text_post.'</a>'; 127 127 } 128 128 } … … 138 138 } 139 139 if(is_page()) { 140 echo '<a href="'.get_settings('home').'/wp-content/plugins/email/wp-email-popup.php?page_id='.$id.'" onclick="email_popup(this.href); return false" title="EMail This Page" >'.$email_image.'</a>';141 } else { 142 echo '<a href="'.get_settings('home').'/wp-content/plugins/email/wp-email-popup.php?p='.$id.'" onclick="email_popup(this.href); return false" title="EMail This Post" >'.$email_image.'</a>';140 echo '<a href="'.get_settings('home').'/wp-content/plugins/email/wp-email-popup.php?page_id='.$id.'" onclick="email_popup(this.href); return false" title="EMail This Page" rel="nofollow">'.$email_image.'</a>'; 141 } else { 142 echo '<a href="'.get_settings('home').'/wp-content/plugins/email/wp-email-popup.php?p='.$id.'" onclick="email_popup(this.href); return false" title="EMail This Post" rel="nofollow">'.$email_image.'</a>'; 143 143 } 144 144 } wp-email/trunk/email/wp-email-popup.php
r6084 r6210 3 3 +----------------------------------------------------------------+ 4 4 | | 5 | WordPress 2.0 Plugin: WP-EMail 2.0 5|5 | WordPress 2.0 Plugin: WP-EMail 2.07 | 6 6 | Copyright (c) 2005 Lester "GaMerZ" Chan | 7 7 | | … … 43 43 <head profile="http://gmpg.org/xfn/11"> 44 44 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> 45 <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> 45 <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> 46 <meta name="robots" content="noindex, nofollow" /> 46 47 <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title> 47 48 <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> wp-email/trunk/readme.html
r6112 r6210 3 3 <head> 4 4 <meta http-equiv="content-type" content="text/html; charset=utf-8" /> 5 <title>WP-EMail 2.0 6Readme</title>5 <title>WP-EMail 2.07 Readme</title> 6 6 <style type="text/css" media="screen"> 7 7 /* Default Style */ … … 181 181 <div id="Container"> 182 182 <!-- Title --> 183 <div id="Title">WP-EMail 2.0 6 <span style="color: #aaaaaa;">Readme</span></div>183 <div id="Title">WP-EMail 2.07 <span style="color: #aaaaaa;">Readme</span></div> 184 184 185 185 <!-- Tabs --> … … 202 202 <script type="text/javascript"> 203 203 /* <![CDATA[*/ 204 document.write(' <a href="mailto:gamerz84@hotmail.com?Subject=WP-EMail%202.0 6%20Support" title="EMail To gamerz84@hotmail.com">gamerz84@hotmail.com</a>');204 document.write(' <a href="mailto:gamerz84@hotmail.com?Subject=WP-EMail%202.07%20Support" title="EMail To gamerz84@hotmail.com">gamerz84@hotmail.com</a>'); 205 205 /* ]]> */ 206 206 </script> … … 211 211 <p><b>Development:</b><br /><b>»</b> <a href="http://dev.wp-plugins.org/browser/wp-email/" title="http://dev.wp-plugins.org/browser/wp-email/">http://dev.wp-plugins.org/browser/wp-email/</a></p> 212 212 <p><b>Support Forums:</b><br /><b>»</b> <a href="http://forums.lesterchan.net/viewforum.php?f=13" title="http://forums.lesterchan.net/viewforum.php?f=13">http://forums.lesterchan.net/viewforum.php?f=13</a></p> 213 <p><b>Updated:</b><br /><b>»</b> 1st July2006</p>213 <p><b>Updated:</b><br /><b>»</b> 1st August 2006</p> 214 214 <div class="SubSubTitle">Changelog</div> 215 215 <ul> 216 <li> 217 <b>Version 2.07 (01-08-2006)</b> 218 <ul> 219 <li>NEW: Added rel="nofollow" To All Links Generated By WP-EMail</li> 220 <li>NEW: Added noindex, nofollow To Robots Meta Tag In wp-email-popup.php</li> 221 </ul> 222 </li> 216 223 <li> 217 224 <b>Version 2.06 (01-07-2006)</b> … … 347 354 <div id="Upgrade" style="display: none;"> 348 355 <div class="SubTitle">» Upgrade Instructions</div> 349 <div class="SubSubTitle">From v2.0x To v2.0 6</div>356 <div class="SubSubTitle">From v2.0x To v2.07</div> 350 357 <ol> 351 358 <li> … … 366 373 </li> 367 374 </ol> 368 <div class="SubSubTitle">From v1.0x To v2.0 6</div>375 <div class="SubSubTitle">From v1.0x To v2.07</div> 369 376 <ol> 370 377 <li> … … 482 489 </div> 483 490 </div> 484 <p id="Copyright">WP-EMail 2.0 6<br />Copyright © 2006 Lester 'GaMerZ' Chan. All Rights Reserved.</p>491 <p id="Copyright">WP-EMail 2.07<br />Copyright © 2006 Lester 'GaMerZ' Chan. All Rights Reserved.</p> 485 492 </body> 486 493 </html>
