mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
Twenty Twenty-One: Add "blog" and "portfolio" subject tags.
Follow-up to [49216], [49574]. Props sumisubedi, sabernhardt. Fixes #59495. Built from https://develop.svn.wordpress.org/trunk@57138 git-svn-id: http://core.svn.wordpress.org/trunk@56649 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3fb7d346f3
commit
08d9937eb4
@ -13,7 +13,7 @@ Version: 2.0
|
|||||||
License: GNU General Public License v2 or later
|
License: GNU General Public License v2 or later
|
||||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
Text Domain: twentytwentyone
|
Text Domain: twentytwentyone
|
||||||
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready
|
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio
|
||||||
|
|
||||||
Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
|
Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
|
||||||
Twenty Twenty-One is distributed under the terms of the GNU GPL.
|
Twenty Twenty-One is distributed under the terms of the GNU GPL.
|
||||||
|
@ -11,7 +11,7 @@ Version: 2.0
|
|||||||
License: GNU General Public License v2 or later
|
License: GNU General Public License v2 or later
|
||||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
Text Domain: twentytwentyone
|
Text Domain: twentytwentyone
|
||||||
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready
|
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio
|
||||||
|
|
||||||
Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
|
Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
|
||||||
Twenty Twenty-One is distributed under the terms of the GNU GPL.
|
Twenty Twenty-One is distributed under the terms of the GNU GPL.
|
||||||
|
@ -13,7 +13,7 @@ Version: 2.0
|
|||||||
License: GNU General Public License v2 or later
|
License: GNU General Public License v2 or later
|
||||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
Text Domain: twentytwentyone
|
Text Domain: twentytwentyone
|
||||||
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready
|
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio
|
||||||
|
|
||||||
Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
|
Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
|
||||||
Twenty Twenty-One is distributed under the terms of the GNU GPL.
|
Twenty Twenty-One is distributed under the terms of the GNU GPL.
|
||||||
|
@ -13,7 +13,7 @@ Version: 2.0
|
|||||||
License: GNU General Public License v2 or later
|
License: GNU General Public License v2 or later
|
||||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
Text Domain: twentytwentyone
|
Text Domain: twentytwentyone
|
||||||
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready
|
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio
|
||||||
|
|
||||||
Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
|
Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
|
||||||
Twenty Twenty-One is distributed under the terms of the GNU GPL.
|
Twenty Twenty-One is distributed under the terms of the GNU GPL.
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.5-alpha-57137';
|
$wp_version = '6.5-alpha-57138';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user