Browse Source

Apply suggestions from code review

styling suggestions

Co-Authored-By: bradfordcondon <bradford.condon@gmail.com>

Abdullah Almsaeed 6 years ago
parent
commit
a2fa5f6c22
1 changed files with 0 additions and 5 deletions
  1. 0 5
      tripal/tripal.module

+ 0 - 5
tripal/tripal.module

@@ -109,21 +109,16 @@ function tripal_menu() {
     'file path' => drupal_get_path('module', 'system'),
   );
 
-
-
   $items['admin/content/bio_data/add'] = [
     'title' => 'Add Tripal Content',
     'description' => t('Create new Tripal Content.'),
     'page callback' => 'tripal_add_page',
-    //'page arguments' => [''],
     'access arguments' => ['administer tripal'],
     'file' => 'includes/TripalEntityUIController.inc',
     'file path' => drupal_get_path('module', 'tripal'),
     'type' => MENU_LOCAL_ACTION,
   ];
 
-
-
   $items['admin/content/bio_data/unpublish'] = [
     'title' => 'Unpublish Orphaned Content',
     'description' => t('Unpublish content that has no associated records in the data store.'),