Changeset 10450
- Timestamp:
- 11/18/2020 07:27:02 AM (4 years ago)
- Location:
- sites/trunk/wp-themes.com/public_html/wp-content/mu-plugins/pub
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wp-themes.com/public_html/wp-content/mu-plugins/pub/starter-content.php
r10449 r10450 1 1 <?php 2 2 namespace WordPressdotorg\Theme_Preview; 3 /* Plugin Name: Starter Content previews for wp-themes.com 3 /** 4 * Plugin Name: Starter Content previews for wp-themes.com 4 5 * Author: Tung Du 5 6 * Version: 0.1 … … 466 467 } elseif ( 'twentytwentyone' === get_template() ) { 467 468 require_once get_template_directory() . '/inc/starter-content.php'; 468 469 add_theme_support( 'starter-content', twenty_twenty_one_get_starter_content() ); 469 470 } 470 471
Note: See TracChangeset
for help on using the changeset viewer.