wpaccessibility / settings-api-enhanced

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

Remove the `.settings-field-control` wrap element and use the class on the actual field #23

Closed felixarntz closed 7 years ago

felixarntz commented 7 years ago

As discussed in today's meeting (see https://wordpress.slack.com/archives/C02RQBWTW/p1496073615671126), let's remove the unnecessary .settings-field-control element. That class should instead be used on the field element/s itself.

Note that this class name will definitely not be the name that we'll eventually use, but the name change is part of another discussion.

felixarntz commented 7 years ago

Closed through #32.