mirror of
https://github.com/WordPress/create-block-theme.git
synced 2025-10-03 16:11:13 +08:00
* refactor ThemeReadme class * update phpunit tests config to make it more similar to core * Add tests for ThemeReadme class public methods * simplify copyright text creation * Fix cloned theme reference to original theme * updates comment * Theme_Reade::update receives a parameter with the readme content. * remove not so useful write method * Moved readme data fetching logic from utils to readme class and fleshed it out to get all sections. * Fetch and use the readme data in the metadata panel (for recomended plugins) --------- Co-authored-by: Jason Crist <jcrist@pbking.com>
15 lines
779 B
CSS
15 lines
779 B
CSS
/*
|
|
Theme Name: Test Readme Theme
|
|
Theme URI: https://example.org/themes/test-readme-theme
|
|
Author: the WordPress team
|
|
Author URI: https://wordpress.org
|
|
Description: Test Readme Theme is a theme for testing the readme.txt file reading/writing capabilities of the Create Block Theme plugin.
|
|
Requires at least: 6.4
|
|
Tested up to: 6.4
|
|
Requires PHP: 7.0
|
|
Version: 1.0
|
|
License: GNU General Public License v2 or later
|
|
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
|
Text Domain: testreadmetheme
|
|
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
|
|
*/
|