Changeset 9770
- Timestamp:
- 03/29/07 07:41:03 (1 year ago)
- Files:
-
- wp-email/trunk/email/email.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wp-email/trunk/email/email.php
r9130 r9770 116 116 $onclick = ''; 117 117 // Fix For Static Page 118 if(get_option('show_on_front') == page) {118 if(get_option('show_on_front') == 'page' && is_page()) { 119 119 if(intval(get_option('page_on_front')) > 0) { 120 120 $email_link = _get_page_link(); … … 382 382 $using_permalink = get_option('permalink_structure'); 383 383 $permalink = get_permalink(); 384 // Fix For Static Page 385 if(get_option('show_on_front') == 'page' && is_page()) { 386 if(intval(get_option('page_on_front')) > 0) { 387 $permalink = _get_page_link(); 388 } 389 } 384 390 $output = ''; 385 391 if(!empty($using_permalink)) {
