#43846 closed defect (bug) (fixed)
Fix Count Styling on Personal Data Request Tables Post Status Links
Reported by: | allendav | Owned by: | azaozz |
---|---|---|---|
Milestone: | 4.9.6 | Priority: | normal |
Severity: | normal | Version: | 5.1 |
Component: | Privacy | Keywords: | gdpr has-patch |
Focuses: | Cc: |
Description
The post status links (at the top of the personal data request tables, e.g. "All (1) | Pending (1) | etc" are not formatted like all of the others through-out wp-admin. Existing status-type links wrap the count in a span tag, i.e. they should be like <span class="count">(2)</span>
.
Attachments (1)
Change History (7)
This ticket was mentioned in Slack in #gdpr-compliance by allendav. View the logs.
7 years ago
#2
@
7 years ago
@azaozz - please accept into 4.9.6
To test:
- Navigate to wp-admin > Tools > Export Personal Data
- Ensure that the count that appears next to each post status is now black and enclosed in a .count span (e.g. All (1) | Pending (1) | etc)
- Repeat for wp-admin > Tools > Remove Personal Data
Note: See
TracTickets for help on using
tickets.
Add .count spans to post status count links on request tables