Skip to content

Commit

Permalink
fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Khadreal committed Apr 19, 2024
1 parent bea4037 commit e523287
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions inc/Engine/Saas/Admin/Notices.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,11 @@ public function display_success_notice() {

$message = sprintf(
// translators: %1$s = plugin name, %2$s = number of URLs, %3$s = number of seconds.
__( '%1$s: The LCP element has been optimized, and the images above the fold were excluded from lazyload. The Used CSS of your homepage has been processed.
WP Rocket will continue to generate Used CSS for up to %2$s URLs per %3$s second(s).', 'rocket' ),
__(
'%1$s: The LCP element has been optimized, and the images above the fold were excluded from lazyload. The Used CSS of your homepage has been processed.
WP Rocket will continue to generate Used CSS for up to %2$s URLs per %3$s second(s).',
'rocket'
),
'<strong>WP Rocket</strong>',
apply_filters( 'rocket_rucss_pending_jobs_cron_rows_count', 100 ),
apply_filters( 'rocket_rucss_pending_jobs_cron_interval', MINUTE_IN_SECONDS )
Expand Down

0 comments on commit e523287

Please sign in to comment.