Make WordPress Core

Opened 5 years ago

Closed 5 years ago

#50164 closed enhancement (fixed)

Add new themes API tags as a hardcoded fallback to the core

Reported by: dingo_d's profile dingo_d Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 5.5 Priority: normal
Severity: normal Version: 5.5
Component: Themes Keywords: has-patch dev-feedback
Focuses: Cc:

Description

This ticket is related to meta ticket https://meta.trac.wordpress.org/ticket/5212.

Two new tags should be added in order to encourage theme authors to work on FSE features and block patterns.

This ticket adds these two new tags as a hardcoded value to the get_theme_feature_list() function.

Change History (4)

This ticket was mentioned in PR #271 on WordPress/wordpress-develop by dingo-d.


5 years ago
#1

<!--
Hi there! Thanks for contributing to WordPress!

Pull Requests in this GitHub repository must be linked to a ticket in the WordPress Core Trac instance (https://core.trac.wordpress.org), and are only used for code review. No pull requests will be merged on GitHub.

See the WordPress Handbook page on using PRs for Code Review more information: https://make.wordpress.org/core/handbook/contribute/git/github-pull-requests-for-code-review/

If this is your first time contributing, you may also find reviewing these guides first to be helpful:

-->

This ticket is related to meta ticket https://meta.trac.wordpress.org/ticket/5212.

Two new tags should be added in order to encourage theme authors to work on FSE features and block patterns.

This ticket adds these two new tags as a hardcoded value to the get_theme_feature_list() function.

Trac ticket: https://core.trac.wordpress.org/ticket/50164#ticket

#2 @SergeyBiryukov
5 years ago

  • Milestone changed from Awaiting Review to 5.5

#3 @SergeyBiryukov
5 years ago

  • Owner set to SergeyBiryukov
  • Status changed from new to reviewing

#4 @SergeyBiryukov
5 years ago

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

In 47797:

Themes: Add "Block Editor Patterns" and "Full Site Editing" to the list of WordPress theme features.

Follow-up to [meta9876].

Props dingo_d.
Fixes #50164. See #meta5212.

Note: See TracTickets for help on using tickets.