Make WordPress Core

Changeset 51033

Timestamp:
05/26/2021 04:38:53 PM (3 years ago)
Author:
ryelle
Message:

Bundled Themes: Introduce block patterns for Twenty Twelve.

Props beafialho, kjellr, melchoyce, onemaggie.
Fixes #51105.

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

Legend:

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

    r49758 r51033  
    132132 */
    133133require get_template_directory() . '/inc/custom-header.php';
     134
     135
     136
     137
     138
    134139
    135140/**
  • trunk/src/wp-content/themes/twentytwelve/readme.txt

    r50669 r51033  
    55License: GPLv2 or later
    66License URI: http://www.gnu.org/licenses/gpl-2.0.html
    7 Tags: blog, one-column, two-columns, 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
     7Tags: blog, one-column, two-columns, 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
    88
    99== Description ==
     
    4040Licenses: MIT/GPL2
    4141Source: https://github.com/aFarkas/html5shiv
     42
     43
     44
     45
    4246
    4347== Changelog ==
  • trunk/src/wp-content/themes/twentytwelve/style.css

    r50596 r51033  
    1010License: GNU General Public License v2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
    12 Tags: blog, one-column, two-columns, 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
     12Tags: blog, one-column, two-columns, 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
    1313Text Domain: twentytwelve
    1414
Note: See TracChangeset for help on using the changeset viewer.