diff --git a/src/watchers/link-actions-watcher.php b/src/watchers/link-actions-watcher.php index 94a2a24af..60820ee61 100644 --- a/src/watchers/link-actions-watcher.php +++ b/src/watchers/link-actions-watcher.php @@ -109,11 +109,10 @@ public function add_rewrite_and_republish_admin_notice() { public function add_rewrite_and_republish_block_editor_notice() { if ( ! empty( $_REQUEST['rewriting'] ) ) { $notice = [ - 'text' => - \__( - 'You can now start rewriting your post in this duplicate of the original post. If you click "Republish", this rewritten post will replace the original post.', - 'duplicate-post' - ), + 'text' => \__( + 'You can now start rewriting your post in this duplicate of the original post. If you click "Republish", this rewritten post will replace the original post.', + 'duplicate-post' + ), 'status' => 'warning', 'isDismissible' => true, ];