Making WordPress.org


Ignore:
Timestamp:
03/25/2019 09:46:17 AM (6 years ago)
Author:
vedjain
Message:

Blocks: Include newly added Sponsor, Session and Organizer block support.

props coreymckrill, iandunn, vedjain

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/blocks/blocks.php

    r8253 r8516  
    1212 */
    1313function load() {
     14    require_once PLUGIN_DIR . 'view/shared/grid-layout.php';
     15    require_once PLUGIN_DIR . 'view/shared/featured-image.php';
     16
     17    require_once PLUGIN_DIR . 'includes/shared.php';
     18    require_once PLUGIN_DIR . 'includes/sessions.php';
    1419    require_once PLUGIN_DIR . 'includes/speakers.php';
     20    require_once PLUGIN_DIR . 'includes/sponsors.php';
     21
    1522}
    1623
Note: See TracChangeset for help on using the changeset viewer.