Index: profiles.wordpress.org/public_html/wp-content/plugins/wporg-profiles-activity-handler/wporg-profiles-activity-handler.php
===================================================================
--- profiles.wordpress.org/public_html/wp-content/plugins/wporg-profiles-activity-handler/wporg-profiles-activity-handler.php	(revision 8652)
+++ profiles.wordpress.org/public_html/wp-content/plugins/wporg-profiles-activity-handler/wporg-profiles-activity-handler.php	(working copy)
@@ -156,12 +156,12 @@
 		public function handle_activity() {
 			// Return error if not a valid activity request.
 			if ( true !== apply_filters( 'wporg_is_valid_activity_request', false ) ) {
-				die( '-1 Not a valid activity request' );
+				die( '-1 Not a valid activity request.' );
 			}
 
 			// Return error if activities are not enabled.
 			if ( ! bp_is_active( 'activity' ) ) {
-				die( '-1 Activity component not activated' );
+				die( '-1 Activity component not activated.' );
 			}
 
 			if ( empty( $_POST['user'] ) ) {
@@ -215,6 +215,7 @@
 
 		/**
 		 * Handles incoming activities for a forum.
+		 * $user value.
 		 *
 		 * Recognized activities:
 		 *  - Creating new topic
@@ -306,6 +307,11 @@
 					);
 				}
 
+
+				/*
+				* @args   array
+		 		* @return array
+				*/
 				$args = array(
 					'user_id'           => $user->ID,
 					'action'            => $action,
@@ -660,8 +666,9 @@
 		}
 
 	} /* /class WPOrg_Profiles_Activity_Handler */
-} /* if class_exists */
+} 
 
+/* if class_exists */
 if ( class_exists( 'WPOrg_Profiles_Activity_Handler' ) ) {
 	new WPOrg_Profiles_Activity_Handler();
 }
Index: wordcamp.org/public_html/wp-content/themes/campsite-2017/style.css
===================================================================
--- wordcamp.org/public_html/wp-content/themes/campsite-2017/style.css	(revision 8652)
+++ wordcamp.org/public_html/wp-content/themes/campsite-2017/style.css	(working copy)
@@ -152,6 +152,8 @@
 }
 
 hr {
+  -webkit-box-sizing: content-box;
+  -moz-box-sizing: content-box;
   box-sizing: content-box;
   height: 0;
 }
@@ -212,6 +214,8 @@
 
 input[type="checkbox"],
 input[type="radio"] {
+  -webkit-box-sizing: border-box;
+  -moz-box-sizing: border-box;
   box-sizing: border-box;
   padding: 0;
 }
@@ -326,6 +330,8 @@
 # Elements
 --------------------------------------------------------------*/
 html {
+  -webkit-box-sizing: border-box;
+  -moz-box-sizing: border-box;
   box-sizing: border-box;
 }
 
@@ -333,6 +339,8 @@
 *:before,
 *:after {
   /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
+  -webkit-box-sizing: inherit;
+  -moz-box-sizing: inherit;
   box-sizing: inherit;
 }
 
Index: wordpress.tv/public_html/wp-content/themes/wptv2/style.css
===================================================================
--- wordpress.tv/public_html/wp-content/themes/wptv2/style.css	(revision 8652)
+++ wordpress.tv/public_html/wp-content/themes/wptv2/style.css	(working copy)
@@ -150,7 +150,7 @@
 	font-style: italic;
 }
 
-strong {
+strong, b {
 	font-weight: bold;
 }
 
@@ -232,6 +232,8 @@
 
 /* Figures & images */
 .image {
+	max-width: 100%;
+	height: auto;
 }
 
 .figure {
@@ -295,6 +297,8 @@
 
 #searchform #searchbox,
 #searchform input#s {
+	-webkit-box-sizing: content-box;
+	-moz-box-sizing: content-box;
 	box-sizing: content-box;
 	border: 1px solid #ccc;
 	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
@@ -1804,10 +1808,8 @@
 .tag-count {
 	border-radius: 20px;
 	background: #dedede;
-
 	font-size: 11px;
 	font-weight: bold;
-
 	padding: 1px 5px 0px 5px;
 	margin: 0 0 0 2px;
 }
@@ -1937,12 +1939,9 @@
 h3 {
 	font-family: "ff-meta-web-pro", Helvetica Neue, Helvetica, sans-serif;
 	border-bottom: 1px #e9e9e9 solid;
-
 	clear: both;
-
 	font-size: 18px;
 	font-weight: bold;
-
 	margin: 20px 0 20px;
 	padding: 0 0 9px;
 }
@@ -1955,7 +1954,6 @@
 	font-family: "ff-meta-web-pro", Helvetica Neue, Helvetica, sans-serif;
 	font-size: 16px;
 	font-weight: bold;
-
 	margin: 20px 0 10px;
 }
 
@@ -1963,13 +1961,11 @@
 	font-size: 12px;
 	font-weight: bold;
 	text-transform: uppercase;
-
 	margin: 10px 0 2px 0;
 }
 
 .view-more {
 	font-size: 13px;
-
 	display: block;
 	float: right;
 	margin: 5px 0 0 0;
@@ -1977,10 +1973,8 @@
 
 .breadcrumb {
 	color: #8B8B8B;
-
 	font-size: 13px;
 	text-transform: uppercase;
-
 	margin: 0 0 10px 0;
 }
 
@@ -2000,9 +1994,7 @@
 .breadcrumb .arrow {
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px;
-
 	margin: 0 5px;
-
 	position: relative;
 	top: -1px;
 }
@@ -2016,10 +2008,8 @@
 
 .wptv-hero {
 	clear: both;
-
 	margin: 10px auto 30px auto;
 	padding: 30px 0 10px 0;
-
 	background: #F0F0F0;
 }
 
@@ -2026,7 +2016,6 @@
 .wptv-hero .main-video {
 	background: #2f2f2f;
 	clear: both;
-
 	float: left;
 	width: 575px;
 }
@@ -2057,9 +2046,7 @@
 .wptv-hero .main-video h3 {
 	border-bottom: 0;
 	border-top: 6px #464646 solid;
-
 	text-align: left;
-
 	margin: 0;
 	padding: 15px;
 }
@@ -2104,7 +2091,6 @@
 	font-size: 18px;
 	font-weight: bold;
 	border-bottom: 1px #dfdfdf solid;
-
 	padding: 0 0 14px 0;
 	margin: 0 0 18px 0;
 }
@@ -2111,10 +2097,8 @@
 
 .wptv-hero .secondary-videos li {
 	font-size: 13px;
-
 	min-height: 75px;
 	position: relative;
-
 	margin: 0 auto 23px 0;
 	padding: 0 0 0 142px;
 }
@@ -2122,7 +2106,6 @@
 .wptv-hero .secondary-videos .video-thumbnail img {
 	width: 130px;
 	height: 75px;
-
 	position: absolute;
 	left: 0;
 }
@@ -2148,9 +2131,7 @@
 	display: block;
 	width: 100%;
 	height: 100px;
-
 	margin: 0 0 8px 0;
-
 	overflow: hidden;
 	position: relative;
 }
@@ -2197,7 +2178,6 @@
 .archive.video-list li {
 	margin: 0 0 40px 0;
 	min-height: 120px;
-
 	display: block;
 	float: none;
 	position: relative;
@@ -2207,10 +2187,8 @@
 	position: absolute;
 	top: 0;
 	left: 0;
-
 	width: 220px;
 	height: 120px;
-
 	margin: 0 20px 0 0;
 }
 
@@ -2227,9 +2205,7 @@
 .archive.video-list .video-date {
 	color: #aaa;
 	display: block;
-
 	margin: 10px 0 0 0;
-
 	font-size: 12px;
 }
 
@@ -2285,7 +2261,6 @@
 	float: left;
 	width: 940px !important;
 	height: 529px !important;
-
 	overflow: hidden;
 }
 
@@ -2406,7 +2381,6 @@
 .secondary-videos .video-event {
 	display: block;
 	margin: 5px 0 0 0;
-
 	font-size: 12px;
 	font-weight: normal;
 	text-transform: capitalize;
