[wp-trac] [WordPress Trac] #46614: Category/tag/taxonomy names on admin screens
WordPress Trac
noreply at wordpress.org
Mon Mar 8 09:34:11 UTC 2021
#46614: Category/tag/taxonomy names on admin screens
-------------------------------------+------------------------------
Reporter: Dianakc | Owner: (none)
Type: enhancement | Status: assigned
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version:
Severity: normal | Resolution:
Keywords: has-patch needs-refresh | Focuses:
-------------------------------------+------------------------------
Changes (by sabernhardt):
* keywords: has-patch needs-testing => has-patch needs-refresh
Comment:
@mikejdent Thanks for creating a patch! A few tips for next time:
- Use classes instead of style attributes
- Use spacing according to [https://developer.wordpress.org/coding-
standards/wordpress-coding-standards/php/#space-usage PHP coding
standards]
- Pay attention to translation functions: `__( 'Archives' )` instead of
`Archives`
If the filter information does not need to be inside the heading, we could
use the same `<span class="subtitle">` that currently shows search queries
after the Add New link.
[[Image(https://live.staticflickr.com/65535/51011683751_b1347ae0d2_c.jpg)]]
If added inside the heading, the class could be reused there with a
different margin in that context (and perhaps a `small` tag instead of
`span`).
I am having some trouble with the archive title when using the date
filter, at least on the Pages screen.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/46614#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list