Make WordPress Core

Changeset 51043


Ignore:
Timestamp:
05/28/2021 05:19:46 PM (3 years ago)
Author:
ryelle
Message:

Bundled Themes: Introduce block patterns for Twenty Fifteen.

Props melchoyce, kjellr, onemaggie.
Fixes #51102.

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

Legend:

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

    r49763 r51043  
    583583 */
    584584require get_template_directory() . '/inc/customizer.php';
     585
     586/**
     587 * Block Patterns.
     588 *
     589 * @since Twenty Fifteen 3.0
     590 */
     591require get_template_directory() . '/inc/block-patterns.php';
  • trunk/src/wp-content/themes/twentyfifteen/readme.txt

    r51042 r51043  
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
    8 Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
     8Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, block-patterns
    99
    1010== Description ==
     
    5353License: GNU GPL, Version 2 (or later)
    5454Source: http://www.genericons.com
     55
     56Block Pattern Images
     57License: CC0
     58Source: https://stocksnap.io/photo/purple-yellow-ACF0693B9C
     59        https://stocksnap.io/photo/sky-sunset-BE7A7709D0
     60        https://stocksnap.io/photo/sunset-pier-77F43EA43C
    5561
    5662== Changelog ==
  • trunk/src/wp-content/themes/twentyfifteen/style.css

    r50507 r51043  
    99License: GNU General Public License v2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
    11 Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
     11Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, block-patterns
    1212Text Domain: twentyfifteen
    1313
Note: See TracChangeset for help on using the changeset viewer.