Make WordPress Core

Changeset 51103

Timestamp:
06/08/2021 06:02:20 PM (3 years ago)
Author:
ryelle
Message:

Bundled Themes: Introduce block patterns for Twenty Eleven.

Props beafialho, kjellr, melchoyce, audrasjb.
Fixes #51106.

Location:
trunk/src/wp-content/themes/twentyeleven
Files:
4 added
3 edited

Legend:

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

    r49763 r51103  
    137137        // Grab Twenty Eleven's Ephemera widget.
    138138        require get_template_directory() . '/inc/widgets.php';
     139
     140
     141
    139142
    140143        // Add default posts and comments RSS feed links to <head>.
  • trunk/src/wp-content/themes/twentyeleven/readme.txt

    r51042 r51103  
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
    8 Tags: blog, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
     8Tags: blog, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
    99
    1010== Description ==
     
    4141Licenses: MIT/GPL2
    4242Source: https://github.com/aFarkas/html5shiv
     43
     44
     45
     46
    4347
    4448== Changelog ==
  • trunk/src/wp-content/themes/twentyeleven/style.css

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