Completed
Push — master ( 72d684...c6fe7c )
by
unknown
12:48
created
sites/all/features/user_profiles/user_profiles.features.menu_links.inc 1 patch
Indentation   +17 added lines, -17 removed lines patch added patch discarded remove patch
@@ -4,18 +4,18 @@  discard block
 block discarded – undo
4 4
  * Implementation of hook_menu_default_menu_links().
5 5
  */
6 6
 function user_profiles_menu_default_menu_links() {
7
-  $menu_links = array();
7
+    $menu_links = array();
8 8
 
9
-  // Exported menu link: primary-links:account/profile
10
-  $menu_links['primary-links:account/profile'] = array(
9
+    // Exported menu link: primary-links:account/profile
10
+    $menu_links['primary-links:account/profile'] = array(
11 11
     'menu_name' => 'primary-links',
12 12
     'link_path' => 'account/profile',
13 13
     'router_path' => 'account/profile',
14 14
     'link_title' => 'Profile',
15 15
     'options' => array(
16
-      'attributes' => array(
16
+        'attributes' => array(
17 17
         'title' => '',
18
-      ),
18
+        ),
19 19
     ),
20 20
     'module' => 'menu',
21 21
     'hidden' => '0',
@@ -24,18 +24,18 @@  discard block
 block discarded – undo
24 24
     'expanded' => '0',
25 25
     'weight' => '-49',
26 26
     'parent_path' => 'dashboard',
27
-  );
28
-  // Exported menu link: primary-links:moderate/profiles
29
-  $menu_links['primary-links:moderate/profiles'] = array(
27
+    );
28
+    // Exported menu link: primary-links:moderate/profiles
29
+    $menu_links['primary-links:moderate/profiles'] = array(
30 30
     'menu_name' => 'primary-links',
31 31
     'link_path' => 'moderate/profiles',
32 32
     'router_path' => 'moderate/profiles',
33 33
     'link_title' => 'Queue',
34 34
     'options' => array(
35
-      'attributes' => array(
35
+        'attributes' => array(
36 36
         'title' => '',
37
-      ),
38
-      'alter' => TRUE,
37
+        ),
38
+        'alter' => TRUE,
39 39
     ),
40 40
     'module' => 'menu',
41 41
     'hidden' => '0',
@@ -44,12 +44,12 @@  discard block
 block discarded – undo
44 44
     'expanded' => '0',
45 45
     'weight' => '-50',
46 46
     'parent_path' => 'moderate',
47
-  );
48
-  // Translatables
49
-  // Included for use with string extractors like potx.
50
-  t('Queue');
51
-  t('Profile');
47
+    );
48
+    // Translatables
49
+    // Included for use with string extractors like potx.
50
+    t('Queue');
51
+    t('Profile');
52 52
 
53 53
 
54
-  return $menu_links;
54
+    return $menu_links;
55 55
 }
Please login to merge, or discard this patch.