#60216 closed enhancement (fixed)
Improve Single Post Description
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 6.5 | Priority: | normal |
Severity: | normal | Version: | 6.5 |
Component: | Text Changes | Keywords: | has-patch has-unit-tests |
Focuses: | Cc: |
Description
Currently, the single post description in get_default_block_template_types()
is:
Displays single posts on your website unless a custom template has been applied to that post or a dedicated template exists.
This can be confusing because it suggests that multiple posts are being displayed, especially this part: "Displays single posts".
To improve this, it could be updated to:
Display a single post on your website unless a custom template has been applied to that post or a dedicated template exists.
Attachments (1)
Change History (8)
#2
@
13 months ago
I think we can also update the page template description for consistency, see 60216.diff.
Agreed, both of these wording changes look good to me. Thanks @SergeyBiryukov!
#3
@
13 months ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 57265:
#4
@
13 months ago
- Keywords needs-patch added; has-patch removed
- Resolution fixed deleted
- Status changed from closed to reopened
Re-opening; this has some unit tests that need to be updated as well.
This ticket was mentioned in PR #5856 on WordPress/wordpress-develop by @joedolson.
13 months ago
#5
- Keywords has-patch has-unit-tests added; needs-patch removed
Trac ticket: 60216
@joedolson commented on PR #5856:
13 months ago
#7
Fixed in r57266
Hi there, thanks for the ticket!
Good catch, I think we can also update the page template description for consistency, see 60216.diff.
This would be a follow-up to [55500] / #57892.