Make WordPress Core

Changes between Version 5 and Version 6 of Ticket #60620


Ignore:
Timestamp:
02/23/2024 10:11:54 AM (2 years ago)
Author:
onemaggie
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60620 – Description

    v5 v6  
    33This PR removes the pattern from the home template and instead replaces it directly with its contents.
    44
    5 This was introduced in [this PR](https://github.com/WordPress/twentytwentyfour/pull/486). Creating the pattern was needed to solve what the PR was stating (we need the Home Business pattern to show on the template replacement flows) but we don't need to use it in the template, and the code repetition (which is minor) is better than having to do a an extra pattern replacement.
     5This was introduced in [https://github.com/WordPress/twentytwentyfour/pull/486 this PR]. Creating the pattern was needed to solve what the PR was stating (we need the Home Business pattern to show on the template replacement flows) but we don't need to use it in the template, and the code repetition (which is minor) is better than having to do a an extra pattern replacement.
    66
    77To test this PR, check that the home page is unchanged and that creating a new template still shows the home page pattern (by creating a template for the front page, for example)