Make WordPress Core


Ignore:
Timestamp:
11/02/2020 07:43:07 PM (5 years ago)
Author:
desrosj
Message:

Bundled Themes: Sync Twenty Twenty-One with the latest changes from GitHub.

For a full list of changes since [49330], see https://github.com/WordPress/twentytwentyone/compare/5759e96...e7d5991.

Props poena, luminuu, ryelle, kjellr, aristath, justinahinon, felipeelia, joostdevalk.
See #51526.

File:
1 edited

Legend:

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

    r49320 r49478  
    528528require get_template_directory() . '/inc/block-styles.php';
    529529
     530// Dark Mode.
     531require_once get_template_directory() . '/classes/class-twenty-twenty-one-dark-mode.php';
     532new Twenty_Twenty_One_Dark_Mode();
     533
    530534/**
    531535 * Enqueue scripts for the customizer preview.
Note: See TracChangeset for help on using the changeset viewer.