From 6364e1ae4f339fa73e68de0feb724da3b531f7ea Mon Sep 17 00:00:00 2001 From: jrfnl Date: Sat, 6 Apr 2024 05:39:34 +0200 Subject: [PATCH] CS: minor clean up --- src/watchers/link-actions-watcher.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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, ];