windhamdavid 10 years ago
parent
commit
ae186954b4
2 changed files with 42 additions and 6 deletions
  1. 4 6
      inc/tweaks.php
  2. 38 0
      page-home.php

+ 4 - 6
inc/tweaks.php

@@ -36,14 +36,12 @@ add_action( 'admin_head', 'dw_hide' );
 
 
 function dw_fromemail($email) {
-	//$wpfrom = get_option('admin_email');
-    //return $wpfrom;
-	return 'david@davidawindham.com';
+	$wpfrom = get_option('admin_email');
+    return $wpfrom;
 }
 function dw_fromname($email){
-   	//$wpfrom = get_option('blogname');
-    //return $wpfrom;
-	return 'davidawindham.com';
+   	$wpfrom = get_option('blogname');
+    return $wpfrom;
 }
 add_filter('wp_mail_from', 'dw_fromemail');
 add_filter('wp_mail_from_name', 'dw_fromname');

File diff suppressed because it is too large
+ 38 - 0
page-home.php


Some files were not shown because too many files changed in this diff