Skip to content

Commit

Permalink
CS: minor clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Apr 6, 2024
1 parent 0ab77f5 commit 6364e1a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/watchers/link-actions-watcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
];
Expand Down

0 comments on commit 6364e1a

Please sign in to comment.