Changeset 3060841
- Timestamp:
- 03/28/2024 11:37:53 PM (2 years ago)
- Location:
- boostbox
- Files:
-
- 2 edited
-
assets/blueprints/blueprint.json (modified) (2 diffs)
-
trunk/boostbox.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
boostbox/assets/blueprints/blueprint.json
r3060838 r3060841 15 15 }, 16 16 { 17 "step": "installTheme",18 "themeZipFile": {19 "resource": "wordpress.org\/themes",20 "slug": "olliewp"21 }22 },23 {24 17 "step": "installPlugin", 25 18 "pluginZipFile": { … … 30 23 "activate": true 31 24 } 25 }, 26 { 27 "step": "installTheme", 28 "themeZipFile": { 29 "resource": "wordpress.org\/themes", 30 "slug": "olliewp" 31 } 32 32 } 33 33 ] -
boostbox/trunk/boostbox.php
r3041592 r3060841 114 114 } 115 115 } 116 add_action( 'admin_init', 'boostbox_redirect' );116 //add_action( 'admin_init', 'boostbox_redirect' );
Note: See TracChangeset
for help on using the changeset viewer.