Completed
Branch develop (da3211)
by J.D.
02:19
created
Category
src/classes/hook/event/activity/favorite.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -20,21 +20,21 @@
 block discarded – undo
20 20
 	 * @since 1.0.0
21 21
 	 */
22 22
 	public function get_title() {
23
-		return __( 'Favorite Activity', 'wordpoints-bp' );
23
+		return __('Favorite Activity', 'wordpoints-bp');
24 24
 	}
25 25
 
26 26
 	/**
27 27
 	 * @since 1.0.0
28 28
 	 */
29 29
 	public function get_description() {
30
-		return __( 'Marking an item as a favorite in the activity stream on the BuddyPress social network.', 'wordpoints-bp' );
30
+		return __('Marking an item as a favorite in the activity stream on the BuddyPress social network.', 'wordpoints-bp');
31 31
 	}
32 32
 
33 33
 	/**
34 34
 	 * @since 1.0.0
35 35
 	 */
36 36
 	public function get_reversal_text() {
37
-		return __( 'Activity unfavorited.', 'wordpoints-bp' );
37
+		return __('Activity unfavorited.', 'wordpoints-bp');
38 38
 	}
39 39
 }
40 40
 
Please login to merge, or discard this patch.
src/classes/hook/event/message/send.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -18,14 +18,14 @@
 block discarded – undo
18 18
 	 * @since 1.0.0
19 19
 	 */
20 20
 	public function get_title() {
21
-		return __( 'Send Message', 'wordpoints-bp' );
21
+		return __('Send Message', 'wordpoints-bp');
22 22
 	}
23 23
 
24 24
 	/**
25 25
 	 * @since 1.0.0
26 26
 	 */
27 27
 	public function get_description() {
28
-		return __( 'Sending a message to another user on the BuddyPress social network.', 'wordpoints-bp' );
28
+		return __('Sending a message to another user on the BuddyPress social network.', 'wordpoints-bp');
29 29
 	}
30 30
 }
31 31
 
Please login to merge, or discard this patch.
src/classes/hook/event/group/activity/update/post.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -20,21 +20,21 @@
 block discarded – undo
20 20
 	 * @since 1.0.0
21 21
 	 */
22 22
 	public function get_title() {
23
-		return __( 'Post Group Activity Update', 'wordpoints-bp' );
23
+		return __('Post Group Activity Update', 'wordpoints-bp');
24 24
 	}
25 25
 
26 26
 	/**
27 27
 	 * @since 1.0.0
28 28
 	 */
29 29
 	public function get_description() {
30
-		return __( 'Posting a status update from a group on the BuddyPress social network.', 'wordpoints-bp' );
30
+		return __('Posting a status update from a group on the BuddyPress social network.', 'wordpoints-bp');
31 31
 	}
32 32
 
33 33
 	/**
34 34
 	 * @since 1.0.0
35 35
 	 */
36 36
 	public function get_reversal_text() {
37
-		return __( 'Activity update removed.', 'wordpoints-bp' );
37
+		return __('Activity update removed.', 'wordpoints-bp');
38 38
 	}
39 39
 }
40 40
 
Please login to merge, or discard this patch.
src/classes/hook/event/group/join.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -20,21 +20,21 @@
 block discarded – undo
20 20
 	 * @since 1.0.0
21 21
 	 */
22 22
 	public function get_title() {
23
-		return __( 'Join Group', 'wordpoints-bp' );
23
+		return __('Join Group', 'wordpoints-bp');
24 24
 	}
25 25
 
26 26
 	/**
27 27
 	 * @since 1.0.0
28 28
 	 */
29 29
 	public function get_description() {
30
-		return __( 'Joining a group on the BuddyPress social network.', 'wordpoints-bp' );
30
+		return __('Joining a group on the BuddyPress social network.', 'wordpoints-bp');
31 31
 	}
32 32
 
33 33
 	/**
34 34
 	 * @since 1.0.0
35 35
 	 */
36 36
 	public function get_reversal_text() {
37
-		return __( 'Group membership terminated.', 'wordpoints-bp' );
37
+		return __('Group membership terminated.', 'wordpoints-bp');
38 38
 	}
39 39
 }
40 40
 
Please login to merge, or discard this patch.
src/classes/hook/event/group/member/promote/to/mod.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -20,21 +20,21 @@
 block discarded – undo
20 20
 	 * @since 1.0.0
21 21
 	 */
22 22
 	public function get_title() {
23
-		return __( 'Promote Group Member to Moderator', 'wordpoints-bp' );
23
+		return __('Promote Group Member to Moderator', 'wordpoints-bp');
24 24
 	}
25 25
 
26 26
 	/**
27 27
 	 * @since 1.0.0
28 28
 	 */
29 29
 	public function get_description() {
30
-		return __( 'Promoting a group member to be a moderator of a group on the BuddyPress social network.', 'wordpoints-bp' );
30
+		return __('Promoting a group member to be a moderator of a group on the BuddyPress social network.', 'wordpoints-bp');
31 31
 	}
32 32
 
33 33
 	/**
34 34
 	 * @since 1.0.0
35 35
 	 */
36 36
 	public function get_reversal_text() {
37
-		return __( 'Moderator status terminated.', 'wordpoints-bp' );
37
+		return __('Moderator status terminated.', 'wordpoints-bp');
38 38
 	}
39 39
 }
40 40
 
Please login to merge, or discard this patch.
src/classes/hook/event/group/member/promote/to/admin.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -20,21 +20,21 @@
 block discarded – undo
20 20
 	 * @since 1.0.0
21 21
 	 */
22 22
 	public function get_title() {
23
-		return __( 'Promote Group Member to Admin', 'wordpoints-bp' );
23
+		return __('Promote Group Member to Admin', 'wordpoints-bp');
24 24
 	}
25 25
 
26 26
 	/**
27 27
 	 * @since 1.0.0
28 28
 	 */
29 29
 	public function get_description() {
30
-		return __( 'Promoting a group member to be an admin of a group on the BuddyPress social network.', 'wordpoints-bp' );
30
+		return __('Promoting a group member to be an admin of a group on the BuddyPress social network.', 'wordpoints-bp');
31 31
 	}
32 32
 
33 33
 	/**
34 34
 	 * @since 1.0.0
35 35
 	 */
36 36
 	public function get_reversal_text() {
37
-		return __( 'Admin status terminated.', 'wordpoints-bp' );
37
+		return __('Admin status terminated.', 'wordpoints-bp');
38 38
 	}
39 39
 }
40 40
 
Please login to merge, or discard this patch.
src/classes/hook/event/group/avatar/upload.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -20,21 +20,21 @@
 block discarded – undo
20 20
 	 * @since 1.0.0
21 21
 	 */
22 22
 	public function get_title() {
23
-		return __( 'Upload Group Profile Photo', 'wordpoints-bp' );
23
+		return __('Upload Group Profile Photo', 'wordpoints-bp');
24 24
 	}
25 25
 
26 26
 	/**
27 27
 	 * @since 1.0.0
28 28
 	 */
29 29
 	public function get_description() {
30
-		return __( 'Uploading a profile photo for a group on the BuddyPress social network.', 'wordpoints-bp' );
30
+		return __('Uploading a profile photo for a group on the BuddyPress social network.', 'wordpoints-bp');
31 31
 	}
32 32
 
33 33
 	/**
34 34
 	 * @since 1.0.0
35 35
 	 */
36 36
 	public function get_reversal_text() {
37
-		return __( 'Image deleted.', 'wordpoints-bp' );
37
+		return __('Image deleted.', 'wordpoints-bp');
38 38
 	}
39 39
 }
40 40
 
Please login to merge, or discard this patch.
src/classes/hook/event/group/create.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -20,21 +20,21 @@
 block discarded – undo
20 20
 	 * @since 1.0.0
21 21
 	 */
22 22
 	public function get_title() {
23
-		return __( 'Create Group', 'wordpoints-bp' );
23
+		return __('Create Group', 'wordpoints-bp');
24 24
 	}
25 25
 
26 26
 	/**
27 27
 	 * @since 1.0.0
28 28
 	 */
29 29
 	public function get_description() {
30
-		return __( 'Creating a new group on the BuddyPress social network.', 'wordpoints-bp' );
30
+		return __('Creating a new group on the BuddyPress social network.', 'wordpoints-bp');
31 31
 	}
32 32
 
33 33
 	/**
34 34
 	 * @since 1.0.0
35 35
 	 */
36 36
 	public function get_reversal_text() {
37
-		return __( 'Group deleted.', 'wordpoints-bp' );
37
+		return __('Group deleted.', 'wordpoints-bp');
38 38
 	}
39 39
 }
40 40
 
Please login to merge, or discard this patch.
src/classes/hook/event/group/membership/request/send.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -20,21 +20,21 @@
 block discarded – undo
20 20
 	 * @since 1.0.0
21 21
 	 */
22 22
 	public function get_title() {
23
-		return __( 'Send Group Membership Request', 'wordpoints-bp' );
23
+		return __('Send Group Membership Request', 'wordpoints-bp');
24 24
 	}
25 25
 
26 26
 	/**
27 27
 	 * @since 1.0.0
28 28
 	 */
29 29
 	public function get_description() {
30
-		return __( 'Requesting to become a member of a group on the BuddyPress social network.', 'wordpoints-bp' );
30
+		return __('Requesting to become a member of a group on the BuddyPress social network.', 'wordpoints-bp');
31 31
 	}
32 32
 
33 33
 	/**
34 34
 	 * @since 1.0.0
35 35
 	 */
36 36
 	public function get_reversal_text() {
37
-		return __( 'Request deleted.', 'wordpoints-bp' );
37
+		return __('Request deleted.', 'wordpoints-bp');
38 38
 	}
39 39
 }
40 40
 
Please login to merge, or discard this patch.