Make WordPress Core

Changes between Initial Version and Version 5 of Ticket #60620


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60620

    • Property Keywords has-patch added
  • Ticket #60620 – Description

    initial v5  
     1
     2
     3This PR removes the pattern from the home template and instead replaces it directly with its contents.
     4
     5This 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.
     6
     7To 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)
     8