Skip to content

CSS in reading sections is not accurate enough #69

Description

@joshuadavidnelson

As reported on the WP.org forum:

The selector .disabled-blog.options-reading-php .form-table tr:nth-child(2) to disable the blog settings on the reading settings page is not accurate enough. If one adds another section via plugin to this page with two options, the second option is always hidden.

Since another section has another .form-table, I suggest changing the selector to .disabled-blog.options-reading-php .form-table:first-of-type tr:nth-child(2)

Metadata

Metadata

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions