From 6ef8cf9bf881ef9eb3e868dd082d29be6403a368 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 8 Apr 2024 19:19:08 +0000 Subject: [PATCH] Twenty Twenty-Four: Remove pattern from home template to improve performance. Creating the Home Business pattern was needed to show it on the template replacement flows, but there's no need to use it in the template, and the minor code repetition is better than having to do a an extra pattern replacement. Follow-up to [https://github.com/WordPress/twentytwentyfour/pull/486 PR #486]. Props onemaggie, youknowriad, poena, afercia. Fixes #60620. git-svn-id: https://develop.svn.wordpress.org/trunk@57945 602fd350-edb4-49c9-b593-d223f7449a82 --- .../themes/twentytwentyfour/templates/home.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentytwentyfour/templates/home.html b/src/wp-content/themes/twentytwentyfour/templates/home.html index 7c364b8558..196f82e05e 100644 --- a/src/wp-content/themes/twentytwentyfour/templates/home.html +++ b/src/wp-content/themes/twentytwentyfour/templates/home.html @@ -1 +1,9 @@ - + + + +
+ +
+ + +