wpaccessibility / settings-api-enhanced

An improved WordPress Settings API with default render callbacks and a new accessible layout.
9 stars 0 forks source link

Indicate membership and locale sections in General Settings with headings #28

Closed felixarntz closed 7 years ago

felixarntz commented 7 years ago

Currently, the General Settings screen only uses sections for their visual padding.

I think it would be useful to add headings to at least a few of them. In particular, I'm thinking about making the "Membership" text for the "Anyone can register" checkbox its own section heading, which would then contain that checkbox plus new user default role dropdown. This would furthermore fix #5 for this specific field.

Since all the following fields belong together as they deal with the locale (so completely unrelated to "Membership"), the section needs an actual heading as well (probably "Locale").

felixarntz commented 7 years ago

Fixed through #29.