Make WordPress Core

Changeset 51106

Timestamp:
06/08/2021 06:52:55 PM (3 years ago)
Author:
ryelle
Message:

Bundled Themes: Introduce block patterns for Twenty Ten.

Props beafialho, kjellr, melchoyce, danieldudzic, onemaggie.
Fixes #51107.

Location:
trunk/src/wp-content/themes/twentyten
Files:
5 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyten/functions.php

    r49763 r51106  
    740740add_action( 'enqueue_block_editor_assets', 'twentyten_block_editor_styles' );
    741741
     742
     743
     744
    742745if ( ! function_exists( 'wp_body_open' ) ) :
    743746    /**
  • trunk/src/wp-content/themes/twentyten/readme.txt

    r51042 r51106  
    55License: GPLv2 or later
    66License URI: http://www.gnu.org/licenses/gpl-2.0.html
    7 Tags: blog, two-columns, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header, featured-images, footer-widgets, featured-image-header
     7Tags: blog, two-columns, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header, featured-images, footer-widgets, featured-image-header
    88
    99== Description ==
     
    3434MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    3535GNU General Public License for more details.
     36
     37
     38
     39
     40
     41
    3642
    3743== Changelog ==
  • trunk/src/wp-content/themes/twentyten/style.css

    r50507 r51106  
    1010License: GNU General Public License v2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
    12 Tags: blog, two-columns, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header, featured-images, footer-widgets, featured-image-header
     12Tags: blog, two-columns, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header, featured-images, footer-widgets, featured-image-header
    1313Text Domain: twentyten
    1414*/
Note: See TracChangeset for help on using the changeset viewer.