Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
corsac committed Mar 5, 2018
1 parent 3f68b00 commit 804c369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dt-notifications/hooks/class-hook-field-updates.php
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ public function hooks_updated_post_meta( $meta_id, $object_id, $meta_key, $meta_
// email notification
if ( dt_user_notification_is_enabled( 'milestones_email', $user_meta, $user->ID ) ) {

$message = 'A milestone was update for '. strip_tags( get_the_title( $object_id ) ) .'. Link to view contact: ' . home_url( '/' ) . get_post_type( $object_id ) . '/' . $object_id;
$message = 'A milestone was updated for '. strip_tags( get_the_title( $object_id ) ) .'. Link to view contact: ' . home_url( '/' ) . get_post_type( $object_id ) . '/' . $object_id;

dt_send_email(
$user->user_email,
Expand Down

0 comments on commit 804c369

Please sign in to comment.