Make WordPress Core


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

Bundled Themes: Introduce block patterns for Twenty Eleven.

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

File:
1 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        // Load block patterns.
     141        require get_template_directory() . '/inc/block-patterns.php';
    139142
    140143        // Add default posts and comments RSS feed links to <head>.
Note: See TracChangeset for help on using the changeset viewer.