Make WordPress Core

Changeset 51045


Ignore:
Timestamp:
05/28/2021 06:16:37 PM (3 years ago)
Author:
ryelle
Message:

Bundled Themes: Introduce block patterns for Twenty Fourteen.

Props beafialho, kjellr, melchoyce, onemaggie, poena, jffng, jeffikus.
Fixes #51103.

Location:
trunk/src/wp-content/themes/twentyfourteen
Files:
6 added
3 edited

Legend:

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

    r49763 r51045  
    679679require get_template_directory() . '/inc/customizer.php';
    680680
     681// Add support for block patterns.
     682require get_template_directory() . '/inc/block-patterns.php';
     683
    681684/*
    682685 * Add Featured Content functionality.
  • trunk/src/wp-content/themes/twentyfourteen/readme.txt

    r51042 r51045  
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
    8 Tags: blog, news, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
     8Tags: blog, news, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready, block-patterns
    99
    1010== Description ==
     
    4848License: GNU GPL, Version 2 (or later)
    4949Source: http://www.genericons.com
     50
     51Photos from Stocksnap, used in block patterns.
     52License: CC0
     53Source: https://stocksnap.io/photo/fog-mountain-ZKN6UKFKEO
     54        https://stocksnap.io/photo/ocean-beach-AEZJXB5LL5
     55        https://stocksnap.io/photo/architecture-building-BIL5D73PRC
     56        https://stocksnap.io/photo/sea-ocean-G5GBM522C6
     57        https://stocksnap.io/photo/guy-man-7CFLDIWXK5
    5058
    5159== Changelog ==
  • trunk/src/wp-content/themes/twentyfourteen/style.css

    r50507 r51045  
    99License: GNU General Public License v2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
    11 Tags: blog, news, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
     11Tags: blog, news, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready, block-patterns
    1212Text Domain: twentyfourteen
    1313
Note: See TracChangeset for help on using the changeset viewer.