#40659 closed enhancement (fixed)
Post category listing table admin: Need to replace blank space with "No description" when description column is blank
Reported by: | pratikgandhi | Owned by: | afercia |
---|---|---|---|
Milestone: | 4.9 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | has-patch |
Focuses: | accessibility | Cc: |
Description
When you see the post category list table from admin panel you will find that the description column shows blank space instead of "text message" which helps to indicate that the description is not available.
I have attached the screenshot for more clarification.
http://www.awesomescreenshot.com/image/2455447/e13c74d4c1489ff1f6806c4a0b7aac42
So, I have replaced the blank space with the _x('No description');
Attachments (2)
Change History (8)
#1
@
7 years ago
- Keywords has-patch added
- Milestone changed from Awaiting Review to 4.8.1
- Owner set to afercia
- Status changed from new to assigned
- Version 4.7.4 deleted
See also #40628.
#2
@
7 years ago
@afercia I have made changes on existing .path to improve coding standard.
Solve phpcs notice:
- Whitespace found at end of line
- expected 1 space before/after closing bracket [ _x( 'Unknown' ); ]
- line indented incorrectly
This ticket was mentioned in Slack in #accessibility by afercia. View the logs.
7 years ago
Note: See
TracTickets for help on using
tickets.
Updated description text