Skip to content

Commit

Permalink
remove references to candela plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
bdolor committed Jun 21, 2018
1 parent 1773082 commit e003ef7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions inc/class-textbook.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,7 @@ function includes() {
$pbt_plugin = [
'mce-textbook-buttons/mce-textbook-buttons.php' => 1,
'hypothesis/hypothesis.php' => 1,
'tinymce-spellcheck/tinymce-spellcheck.php' => 1,
'lumenlearning/candela-citation.php' => 1,
'candela-citation/candela-citation.php' => 1,
'tinymce-spellcheck/tinymce-spellcheck.php' => 1
];

$pbt_plugin = $this->filterPlugins( $pbt_plugin );
Expand Down Expand Up @@ -139,7 +137,6 @@ private function filterPlugins( $pbt_plugin ) {
unset( $pbt_plugin['mce-textbook-buttons/mce-textbook-buttons.php'] );
unset( $pbt_plugin['hypothesis/hypothesis.php'] );
unset( $pbt_plugin['tinymce-spellcheck/tinymce-spellcheck.php'] );
unset( $pbt_plugin['lumenlearning/candela-citation.php'] );
}

// don't include plugins already active at the site level, network level
Expand Down

0 comments on commit e003ef7

Please sign in to comment.