Completed
Push — 7.x-3.x ( daa35d...1b5187 )
by Devin
03:09
created
views/handlers/commons_trusted_contacts_handler_send_message.inc 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,6 +5,6 @@
 block discarded – undo
5 5
   function render($values) {
6 6
     global $user;
7 7
 
8
-    return l(t('Send private message'), 'user/' . $user->uid . '/contacts/messages/popup/' . $values->og_membership_etid);
8
+    return l(t('Send private message'), 'user/'.$user->uid.'/contacts/messages/popup/'.$values->og_membership_etid);
9 9
   }
10 10
 }
Please login to merge, or discard this patch.
commons/commons_follow/commons_follow_ui/commons_follow_ui.pages.inc 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
   );
16 16
 
17 17
   $form['explanation'] = array(
18
-    '#markup' => '<p>' . t("Control how you are notified of new content and activity. When you follow a group, topic, user, or other content, you'll see updates in your content and activity streams, and you will automatically get email updates unless you disable emails or unfollow.") . '</p>',
18
+    '#markup' => '<p>'.t("Control how you are notified of new content and activity. When you follow a group, topic, user, or other content, you'll see updates in your content and activity streams, and you will automatically get email updates unless you disable emails or unfollow.").'</p>',
19 19
   );
20 20
 
21 21
   $form['message_subscribe_email'] = array(
Please login to merge, or discard this patch.