Make WordPress Core

Opened 13 months ago

Closed 13 months ago

Last modified 13 months ago

#60216 closed enhancement (fixed)

Improve Single Post Description

Reported by: mikachan's profile mikachan Owned by: sergeybiryukov's profile SergeyBiryukov
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)

60216.diff (1.1 KB) - added by SergeyBiryukov 13 months ago.

Download all attachments as: .zip

Change History (8)

#1 @SergeyBiryukov
13 months ago

  • Keywords has-patch added
  • Milestone changed from Awaiting Review to 6.5

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.

#2 @mikachan
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 @SergeyBiryukov
13 months ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

In 57265:

Editor: Clarify single post and page template descriptions.

Follow-up to [55500].

Props mikachan.
Fixes #60216.

#4 @joedolson
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

#6 @joedolson
13 months ago

  • Resolution set to fixed
  • Status changed from reopened to closed

In 57266:

Tests: Fix tests following r57265.

Update unit tests failing after r57265 changed strings in single post template descriptions. Follow up to [57265].

Props joedolson.
Fixes #60216.

@joedolson commented on PR #5856:


13 months ago
#7

Fixed in r57266

Note: See TracTickets for help on using tickets.