wpaccessibility / settings-api-enhanced

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

Add Writing settings page. #30

Closed felixarntz closed 7 years ago

felixarntz commented 7 years ago

This is a PR to address #17.

Note that either this or #31 will create a merge conflict, depending on which of the two is merged first. This will need to be resolved prior to merging the second.

afercia commented 7 years ago

@felixarntz looks good! Just one thing: the label for the update services is really too long, we should use a very short text for the label and put all the rest in the description. Something like (can be refined later):

Update services URLs { textarea } When you publish a new post, WordPress automatically notifies the site update services listed above. For more about this, see Update Services on the Codex. Separate multiple service URLs with line breaks.

felixarntz commented 7 years ago

Sounds good, I made the changes.