Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
enricobattocchi committed Jan 29, 2024
1 parent 45f6073 commit 61e0c46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/indexing-reason-integration.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ public function set_indexing_alert( $alert, $reason ) {
}

return \sprintf(
\esc_html__( 'Because some of your SEO data was reset by the %1$s, your SEO data needs to be reprocessed.', 'yoast-test-helper' ),
/* translators: %1$s: Yoast Test Helper */
\esc_html__( 'Because some of your SEO data was reset by the %1$s, your SEO data needs to be reprocessed.', 'yoast-test-helper' ),
'Yoast Test Helper'
);
}
Expand Down

0 comments on commit 61e0c46

Please sign in to comment.