Skip to content

Commit 37cc07d

Browse files
committed
Update subject for post update notifier
1 parent ae97e12 commit 37cc07d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugins/bcc-post-update-translations-notifier/bcc-post-update-translations-notifier.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ public function maybe_notify_on_translate( $value, $post_id, $field ) {
7575
$title = $post ? $post->post_title : sprintf( 'Post #%d', $post_id );
7676
$permalink = get_permalink( $post_id );
7777

78-
$subject = sprintf( '[%s] Translation update requested', get_bloginfo( 'name' ) );
79-
78+
$subject = "Translation update requested";
8079
$message_lines = array();
8180
$message_lines[] = "The content of the following post was updated and the editor requested the translation to be reviewed again.";
8281
$message_lines[] = "";

0 commit comments

Comments
 (0)