diff --git a/wp-content/plugins/invite-anyone/by-email/by-email.php b/wp-content/plugins/invite-anyone/by-email/by-email.php index 41bc1d9..0d686ac 100644 --- a/wp-content/plugins/invite-anyone/by-email/by-email.php +++ b/wp-content/plugins/invite-anyone/by-email/by-email.php @@ -270,7 +270,7 @@ function invite_anyone_setup_nav() { /* Add 'Send Invites' to the main user profile navigation */ bp_core_new_nav_item( array( - 'name' => __( 'Send Invites', 'buddypress' ), + 'name' => __( 'Send invitations', 'buddypress' ), 'slug' => $bp->invite_anyone->slug, 'position' => 80, 'screen_function' => 'invite_anyone_screen_one', @@ -612,7 +612,7 @@ function invite_anyone_screen_one_content() {
  • checked /> - +
  • @@ -628,7 +628,7 @@ function invite_anyone_screen_one_content() {
    - +
    diff --git a/wp-content/themes/score/functions.php b/wp-content/themes/score/functions.php index 90c78c9..fba7d5c 100644 --- a/wp-content/themes/score/functions.php +++ b/wp-content/themes/score/functions.php @@ -792,4 +792,15 @@ function gp_get_total_unread_dedications() { else return 0; } +function set_from_email($email) { + /*$new_email = $email; + if ($email == 'noreply@asong2u.com') :*/ + $new_email = 'asong2u@asong2u.com'; + //endif; + return $new_email; +} +add_filter('wp_mail_from', 'set_from_email'); + + + ?> \ No newline at end of file