Make WordPress Core

Opened 15 months ago

Closed 15 months ago

Last modified 15 months ago

#56534 closed defect (bug) (fixed)

Backport: Update single default template title and description

Reported by: ntsekouras's profile ntsekouras Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 6.1 Priority: normal
Severity: normal Version:
Component: Editor Keywords: has-patch has-unit-tests
Focuses: Cc:

Description

We need to backport the recent changes from this Gutenberg PR: https://github.com/WordPress/gutenberg/pull/41302

Change History (4)

This ticket was mentioned in PR #3214 on WordPress/wordpress-develop by ntsekouras.


15 months ago
#1

  • Keywords has-patch has-unit-tests added

Trac ticket: https://core.trac.wordpress.org/ticket/56534

We need to backport the recent changes from this Gutenberg PR: https://github.com/WordPress/gutenberg/pull/41302

#2 @SergeyBiryukov
15 months ago

  • Milestone changed from Awaiting Review to 6.1

#3 @SergeyBiryukov
15 months ago

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

In 54104:

Editor: Update single default template description.

In order to add more template types we need to update some copy from the current default templates provided.

This updates the single template copy as it's needed to clear up the ambiguity between the single template that is the fallback for any custom post type (including post) and the menu item to be added in a subsequent commit, that will allow the creation the single-post template and any single_$post_type template.

This commit backports the original PR from Gutenberg repository:

Follow-up to [52062], [52331].

Props ntsekouras, bernhard-reiter, jameskoster, Mamaduka, scruffian.
Fixes #56534.

SergeyBiryukov commented on PR #3214:


15 months ago
#4

Thanks for the PR! Merged in r54104.

Note: See TracTickets for help on using tickets.