Skip to content
This repository has been archived by the owner on Jan 15, 2020. It is now read-only.

Commit

Permalink
Clean up some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Manos Psychogyiopoulos committed Nov 2, 2017
1 parent 2dede17 commit c16f8b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions woocommerce-subscribe-all-the-things.php
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ public function activate() {

/**
* Product types supported by the plugin.
* You can dynamically attach subscriptions to these product types
*
* @return array
*/
Expand Down Expand Up @@ -255,7 +254,8 @@ public function plugin_meta_links( $links, $file, $data, $status ) {
}
}

endif; // end class_exists check
// End class_exists check.
endif;

/**
* Returns the main instance of WCS_ATT to prevent the need to use globals.
Expand Down

0 comments on commit c16f8b1

Please sign in to comment.