Make WordPress Core

Opened 2 years ago

Closed 2 years ago

Last modified 2 years 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.


2 years 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
2 years ago

  • Milestone changed from Awaiting Review to 6.1

#3 @SergeyBiryukov
2 years 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:


2 years ago
#4

Thanks for the PR! Merged in r54104.

Note: See TracTickets for help on using tickets.