[wp-trac] [WordPress Trac] #47298: Site Health: Use consistent capitalization in h3 headings
WordPress Trac
noreply at wordpress.org
Thu May 16 21:57:01 UTC 2019
#47298: Site Health: Use consistent capitalization in h3 headings
----------------------------+-----------------------------
Reporter: SergeyBiryukov | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version:
Severity: normal | Keywords: site-health
Focuses: |
----------------------------+-----------------------------
In Site Health `<h3>` headings, only the first words are capitalized,
which looks weird to me and doesn't seem to follow any existing pattern in
core:
{{{
%s Critical issues
%s Recommended improvements
%s Items with no issues detected
}}}
They should either be consistently capitalized:
{{{
%s Critical Issues
%s Recommended Improvements
%s Items with No Issues Detected
}}}
or lowercased:
{{{
%s critical issues
%s recommended improvements
%s items with no issues detected
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/47298>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list