Skip to content

Comments ID missing from comments block in class="o2-post-comments" #170

@Otto42

Description

@Otto42

Line 2 of https://github.com/Automattic/o2/blob/master/inc/tpl/post-view.php is missing the comments ID on the block, so the #comments link expected by core to be there is not working.

Change:

<div class="o2-post-comments"></div>

To:

<div class="o2-post-comments" id="comments"></div>

Reference: https://meta.trac.wordpress.org/ticket/4640

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions