Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #48126


Ignore:
Timestamp:
09/24/2019 01:35:39 PM (6 years ago)
Author:
williampatton
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48126 – Description

    initial v1  
    1 In twenty nineteen theme there are situations where duplicate `<h1>` tags aooear on the page. It is best to have just a single `<h1>` on page for various reasons.
     1In twenty nineteen theme there are situations where duplicate `<h1>` tags appear on the page. It is best to have just a single `<h1>` on page for various reasons.
    22
    3 Some details of what was discovered in twenty twenty: https://github.com/WordPress/twentytwenty/issues/490
     3Some details of what was discovered in twenty twenty: https://github.com/WordPress/twentytwenty/issues/490 and https://github.com/WordPress/twentytwenty/pull/496
    44
    5 The same issue affects twentyninteen.
     5The same issue affects twentyninteen. This ticket should be updated with more relevant details.