From b079e67ce4af9697f78c2ddc605a20b5feddd102 Mon Sep 17 00:00:00 2001 From: Adam Wood <1017872+adamwoodnz@users.noreply.github.com> Date: Wed, 28 Aug 2024 13:14:27 +1200 Subject: [PATCH] Theme: Update doc related to image loading performance See https://github.com/WordPress/Learn/issues/2679 --- wp-content/themes/pub/wporg-learn-2024/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/pub/wporg-learn-2024/functions.php b/wp-content/themes/pub/wporg-learn-2024/functions.php index 986143fd8..8888ba5b4 100644 --- a/wp-content/themes/pub/wporg-learn-2024/functions.php +++ b/wp-content/themes/pub/wporg-learn-2024/functions.php @@ -146,7 +146,7 @@ function enqueue_assets() { } /** - * Eagerly load the images for the first 2 rows of cards, for performance (LCP metric). + * Eagerly load the images for the first row of cards, for performance (LCP metric). * * @param array $attr The image attributes. * @param WP_Post $attachment The attachment post object.