Changeset 10496
- Timestamp:
- 12/07/2020 12:22:53 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wp-themes.com/public_html/wp-content/mu-plugins/pub/starter-content.php
r10481 r10496 65 65 66 66 private function is_supported_theme() { 67 if ( isset( $_GET['use-starter-content'] ) || isset( $_COOKIE['use-starter-content'] ) ) { 68 return true; 69 } 70 67 71 $whitelisted_themes = array( 68 72 // Other default themes don't have supported starter content.
Note: See TracChangeset
for help on using the changeset viewer.