Make WordPress Core

Changeset 51045

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
     682
     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
    99
    1010== Description ==
     
    4848License: GNU GPL, Version 2 (or later)
    4949Source: http://www.genericons.com
     50
     51
     52
     53
     54
     55
     56
     57
    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
    1212Text Domain: twentyfourteen
    1313
Note: See TracChangeset for help on using the changeset viewer.