Skip to content
This repository has been archived by the owner on Feb 11, 2019. It is now read-only.

Commit

Permalink
Update required plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zack Philipps committed Oct 21, 2015
1 parent ad641fa commit 0be6223
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions core/scratch.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@ function my_theme_register_required_plugins() {
$plugins = array(

// This is an example of how to include a plugin from the WordPress Plugin Repository
array(
'name' => 'BackUpWordPress',
'slug' => 'backupwordpress',
'required' => false,
),
array(
'name' => 'Custom Post Type UI',
'slug' => 'custom-post-type-ui',
Expand All @@ -91,11 +86,6 @@ function my_theme_register_required_plugins() {
'required' => false,
'external_url' => 'https://github.com/afragen/github-updater',
),
array(
'name' => 'Mailgun',
'slug' => 'mailgun',
'required' => false,
),
array(
'name' => 'Relevanssi - A Better Search',
'slug' => 'relevanssi',
Expand All @@ -106,11 +96,6 @@ function my_theme_register_required_plugins() {
'slug' => 'resize-image-after-upload',
'required' => false,
),
array(
'name' => 'Sucuri Security',
'slug' => 'sucuri-scanner',
'required' => false,
),
array(
'name' => 'WordPress SEO by Yoast',
'slug' => 'wordpress-seo',
Expand Down

0 comments on commit 0be6223

Please sign in to comment.