Index: src/bp-templates/bp-legacy/buddypress/groups/single/cover-image-header.php
===================================================================
--- src/bp-templates/bp-legacy/buddypress/groups/single/cover-image-header.php	(revision 10954)
+++ src/bp-templates/bp-legacy/buddypress/groups/single/cover-image-header.php	(working copy)
@@ -70,7 +70,7 @@
 
 			<?php if ( bp_group_is_visible() ) : ?>
 
-				<h3><?php _e( 'Group Admins', 'buddypress' ); ?></h3>
+				<h2><?php _e( 'Group Admins', 'buddypress' ); ?></h2>
 
 				<?php bp_group_list_admins();
 
@@ -90,7 +90,7 @@
 					 */
 					do_action( 'bp_before_group_menu_mods' ); ?>
 
-					<h3><?php _e( 'Group Mods' , 'buddypress' ); ?></h3>
+					<h2><?php _e( 'Group Mods' , 'buddypress' ); ?></h2>
 
 					<?php bp_group_list_mods();
 
Index: src/bp-templates/bp-legacy/buddypress/groups/single/group-header.php
===================================================================
--- src/bp-templates/bp-legacy/buddypress/groups/single/group-header.php	(revision 10954)
+++ src/bp-templates/bp-legacy/buddypress/groups/single/group-header.php	(working copy)
@@ -19,7 +19,7 @@
 
 	<?php if ( bp_group_is_visible() ) : ?>
 
-		<h3><?php _e( 'Group Admins', 'buddypress' ); ?></h3>
+		<h2><?php _e( 'Group Admins', 'buddypress' ); ?></h2>
 
 		<?php bp_group_list_admins();
 
@@ -39,7 +39,7 @@
 			 */
 			do_action( 'bp_before_group_menu_mods' ); ?>
 
-			<h3><?php _e( 'Group Mods' , 'buddypress' ); ?></h3>
+			<h2><?php _e( 'Group Mods' , 'buddypress' ); ?></h2>
 
 			<?php bp_group_list_mods();
 
Index: src/bp-templates/bp-legacy/css/buddypress-rtl.css
===================================================================
--- src/bp-templates/bp-legacy/css/buddypress-rtl.css	(revision 10954)
+++ src/bp-templates/bp-legacy/css/buddypress-rtl.css	(working copy)
@@ -1243,6 +1243,7 @@
 	text-align: left;
 	width: 20%;
 }
+#buddypress div#item-header div#item-actions h2,
 #buddypress div#item-header div#item-actions h3 {
 	margin: 0 0 5px 0;
 }
Index: src/bp-templates/bp-legacy/css/buddypress.css
===================================================================
--- src/bp-templates/bp-legacy/css/buddypress.css	(revision 10954)
+++ src/bp-templates/bp-legacy/css/buddypress.css	(working copy)
@@ -1243,6 +1243,7 @@
 	text-align: right;
 	width: 20%;
 }
+#buddypress div#item-header div#item-actions h2,
 #buddypress div#item-header div#item-actions h3 {
 	margin: 0 0 5px 0;
 }
Index: src/bp-templates/bp-legacy/css/twentyeleven-rtl.css
===================================================================
--- src/bp-templates/bp-legacy/css/twentyeleven-rtl.css	(revision 10954)
+++ src/bp-templates/bp-legacy/css/twentyeleven-rtl.css	(working copy)
@@ -977,7 +977,7 @@
 	.single-item.groups #buddypress div#item-header #item-actions {
 		order: 3;
 	}
-	.single-item.groups #buddypress div#item-header #item-actions h3 {
+	.single-item.groups #buddypress div#item-header #item-actions h2 {
 		border-bottom: 1px solid #eaeaea;
 		text-align: center;
 	}
@@ -1019,7 +1019,7 @@
 	padding-right: 0;
 }
 
-.single-item.groups #buddypress div#item-header div#item-actions h3 {
+.single-item.groups #buddypress div#item-header div#item-actions h2 {
 	font-size: 14px;
 	font-size: 0.9333333333rem;
 	font-weight: bold;
@@ -1072,7 +1072,7 @@
 		padding-top: 0 !important;
 		width: auto;
 	}
-	.single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h3 {
+	.single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h2 {
 		border-bottom: 1px solid #eaeaea;
 	}
 }
Index: src/bp-templates/bp-legacy/css/twentyeleven.css
===================================================================
--- src/bp-templates/bp-legacy/css/twentyeleven.css	(revision 10954)
+++ src/bp-templates/bp-legacy/css/twentyeleven.css	(working copy)
@@ -977,7 +977,7 @@
 	.single-item.groups #buddypress div#item-header #item-actions {
 		order: 3;
 	}
-	.single-item.groups #buddypress div#item-header #item-actions h3 {
+	.single-item.groups #buddypress div#item-header #item-actions h2 {
 		border-bottom: 1px solid #eaeaea;
 		text-align: center;
 	}
@@ -1019,7 +1019,7 @@
 	padding-left: 0;
 }
 
-.single-item.groups #buddypress div#item-header div#item-actions h3 {
+.single-item.groups #buddypress div#item-header div#item-actions h2 {
 	font-size: 14px;
 	font-size: 0.9333333333rem;
 	font-weight: bold;
@@ -1072,7 +1072,7 @@
 		padding-top: 0 !important;
 		width: auto;
 	}
-	.single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h3 {
+	.single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h2 {
 		border-bottom: 1px solid #eaeaea;
 	}
 }
Index: src/bp-templates/bp-legacy/css/twentyeleven.scss
===================================================================
--- src/bp-templates/bp-legacy/css/twentyeleven.scss	(revision 10954)
+++ src/bp-templates/bp-legacy/css/twentyeleven.scss	(working copy)
@@ -1413,7 +1413,7 @@
 				#item-actions {
 					order: 3;
 
-					h3 {
+					h2 {
 						border-bottom: 1px solid $border-light;
 						text-align: center;
 					}
@@ -1449,7 +1449,7 @@
 					padding-left: 0;
 				}
 
-				h3 {
+				h2 {
 					@include font-size(14);
 					font-weight: bold;
 					line-height: 1.4;
@@ -1521,7 +1521,7 @@
 						padding-top: 0 !important;
 						width: auto;
 
-						h3 {border-bottom: 1px solid $border-light;}
+						h2 {border-bottom: 1px solid $border-light;}
 					}
 				} // @media
 			}
Index: src/bp-templates/bp-legacy/css/twentyfifteen-rtl.css
===================================================================
--- src/bp-templates/bp-legacy/css/twentyfifteen-rtl.css	(revision 10954)
+++ src/bp-templates/bp-legacy/css/twentyfifteen-rtl.css	(working copy)
@@ -894,7 +894,7 @@
 	}
 }
 
-.single-item.groups #buddypress div#item-header div#item-actions h3 {
+.single-item.groups #buddypress div#item-header div#item-actions h2 {
 	background: #555;
 	color: #fff;
 	font-size: 14px;
@@ -903,7 +903,7 @@
 }
 
 @media screen and (min-width: 46.25em) {
-	.single-item.groups #buddypress div#item-header div#item-actions h3 {
+	.single-item.groups #buddypress div#item-header div#item-actions h2 {
 		font-size: 16px;
 		font-size: 1.6rem;
 	}
Index: src/bp-templates/bp-legacy/css/twentyfifteen.css
===================================================================
--- src/bp-templates/bp-legacy/css/twentyfifteen.css	(revision 10954)
+++ src/bp-templates/bp-legacy/css/twentyfifteen.css	(working copy)
@@ -894,7 +894,7 @@
 	}
 }
 
-.single-item.groups #buddypress div#item-header div#item-actions h3 {
+.single-item.groups #buddypress div#item-header div#item-actions h2 {
 	background: #555;
 	color: #fff;
 	font-size: 14px;
@@ -903,7 +903,7 @@
 }
 
 @media screen and (min-width: 46.25em) {
-	.single-item.groups #buddypress div#item-header div#item-actions h3 {
+	.single-item.groups #buddypress div#item-header div#item-actions h2 {
 		font-size: 16px;
 		font-size: 1.6rem;
 	}
Index: src/bp-templates/bp-legacy/css/twentyfifteen.scss
===================================================================
--- src/bp-templates/bp-legacy/css/twentyfifteen.scss	(revision 10954)
+++ src/bp-templates/bp-legacy/css/twentyfifteen.scss	(working copy)
@@ -1148,7 +1148,7 @@
 					width: 50%;
 				}
 
-				h3 {
+				h2 {
 					background: $dark-background;
 					color: $content-background;
 					@include font-size(14);
Index: src/bp-templates/bp-legacy/css/twentyfourteen-rtl.css
===================================================================
--- src/bp-templates/bp-legacy/css/twentyfourteen-rtl.css	(revision 10954)
+++ src/bp-templates/bp-legacy/css/twentyfourteen-rtl.css	(working copy)
@@ -703,7 +703,7 @@
 	width: auto;
 }
 
-.single-item.groups #buddypress #item-header #item-actions h3 {
+.single-item.groups #buddypress #item-header #item-actions h2 {
 	font-size: 20px;
 	font-size: 1.25rem;
 }
Index: src/bp-templates/bp-legacy/css/twentyfourteen.css
===================================================================
--- src/bp-templates/bp-legacy/css/twentyfourteen.css	(revision 10954)
+++ src/bp-templates/bp-legacy/css/twentyfourteen.css	(working copy)
@@ -703,7 +703,7 @@
 	width: auto;
 }
 
-.single-item.groups #buddypress #item-header #item-actions h3 {
+.single-item.groups #buddypress #item-header #item-actions h2 {
 	font-size: 20px;
 	font-size: 1.25rem;
 }
Index: src/bp-templates/bp-legacy/css/twentyfourteen.scss
===================================================================
--- src/bp-templates/bp-legacy/css/twentyfourteen.scss	(revision 10954)
+++ src/bp-templates/bp-legacy/css/twentyfourteen.scss	(working copy)
@@ -1013,7 +1013,7 @@
 				margin: 0 0 0 $spacing-val-md;
 				width: auto;
 
-				h3 {
+				h2 {
 					@include font-size(20);
 				}
 			}
Index: src/bp-templates/bp-legacy/css/twentysixteen-rtl.css
===================================================================
--- src/bp-templates/bp-legacy/css/twentysixteen-rtl.css	(revision 10954)
+++ src/bp-templates/bp-legacy/css/twentysixteen-rtl.css	(working copy)
@@ -938,7 +938,7 @@
 	.single-item.groups #buddypress div#item-header #item-actions {
 		order: 3;
 	}
-	.single-item.groups #buddypress div#item-header #item-actions h3 {
+	.single-item.groups #buddypress div#item-header #item-actions h2 {
 		border-bottom: 1px solid #eaeaea;
 		text-align: center;
 	}
@@ -974,7 +974,7 @@
 	padding-right: 0;
 }
 
-.single-item.groups #buddypress div#item-header div#item-actions h3 {
+.single-item.groups #buddypress div#item-header div#item-actions h2 {
 	font-size: 14px;
 	font-size: 0.875rem;
 	padding: 0.2em;
@@ -981,7 +981,7 @@
 }
 
 @media screen and (min-width: 46.25em) {
-	.single-item.groups #buddypress div#item-header div#item-actions h3 {
+	.single-item.groups #buddypress div#item-header div#item-actions h2 {
 		font-size: 16px;
 		font-size: 1rem;
 	}
Index: src/bp-templates/bp-legacy/css/twentysixteen.css
===================================================================
--- src/bp-templates/bp-legacy/css/twentysixteen.css	(revision 10954)
+++ src/bp-templates/bp-legacy/css/twentysixteen.css	(working copy)
@@ -938,7 +938,7 @@
 	.single-item.groups #buddypress div#item-header #item-actions {
 		order: 3;
 	}
-	.single-item.groups #buddypress div#item-header #item-actions h3 {
+	.single-item.groups #buddypress div#item-header #item-actions h2 {
 		border-bottom: 1px solid #eaeaea;
 		text-align: center;
 	}
@@ -974,7 +974,7 @@
 	padding-left: 0;
 }
 
-.single-item.groups #buddypress div#item-header div#item-actions h3 {
+.single-item.groups #buddypress div#item-header div#item-actions h2 {
 	font-size: 14px;
 	font-size: 0.875rem;
 	padding: 0.2em;
@@ -981,7 +981,7 @@
 }
 
 @media screen and (min-width: 46.25em) {
-	.single-item.groups #buddypress div#item-header div#item-actions h3 {
+	.single-item.groups #buddypress div#item-header div#item-actions h2 {
 		font-size: 16px;
 		font-size: 1rem;
 	}
Index: src/bp-templates/bp-legacy/css/twentysixteen.scss
===================================================================
--- src/bp-templates/bp-legacy/css/twentysixteen.scss	(revision 10954)
+++ src/bp-templates/bp-legacy/css/twentysixteen.scss	(working copy)
@@ -1323,7 +1323,7 @@
 				#item-actions {
 					order: 3;
 
-					h3 {
+					h2 {
 						border-bottom: 1px solid $border-light;
 						text-align: center;
 					}
@@ -1355,7 +1355,7 @@
 					padding-left: 0;
 				}
 
-				h3 {
+				h2 {
 					@include font-size(14);
 
 					@media screen and (min-width: 46.25em) {
Index: src/bp-templates/bp-legacy/css/twentyten-rtl.css
===================================================================
--- src/bp-templates/bp-legacy/css/twentyten-rtl.css	(revision 10954)
+++ src/bp-templates/bp-legacy/css/twentyten-rtl.css	(working copy)
@@ -913,7 +913,7 @@
 	.single-item.groups #buddypress div#item-header #item-actions {
 		order: 3;
 	}
-	.single-item.groups #buddypress div#item-header #item-actions h3 {
+	.single-item.groups #buddypress div#item-header #item-actions h2 {
 		border-bottom: 1px solid #eaeaea;
 		text-align: center;
 	}
@@ -955,7 +955,7 @@
 	padding-right: 0;
 }
 
-.single-item.groups #buddypress div#item-header div#item-actions h3 {
+.single-item.groups #buddypress div#item-header div#item-actions h2 {
 	font-size: 14px;
 	font-size: 0.9333333333rem;
 	font-weight: bold;
@@ -1008,7 +1008,7 @@
 		padding-top: 0 !important;
 		width: auto;
 	}
-	.single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h3 {
+	.single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h2 {
 		border-bottom: 1px solid #eaeaea;
 	}
 }
Index: src/bp-templates/bp-legacy/css/twentyten.css
===================================================================
--- src/bp-templates/bp-legacy/css/twentyten.css	(revision 10954)
+++ src/bp-templates/bp-legacy/css/twentyten.css	(working copy)
@@ -913,7 +913,7 @@
 	.single-item.groups #buddypress div#item-header #item-actions {
 		order: 3;
 	}
-	.single-item.groups #buddypress div#item-header #item-actions h3 {
+	.single-item.groups #buddypress div#item-header #item-actions h2 {
 		border-bottom: 1px solid #eaeaea;
 		text-align: center;
 	}
@@ -955,7 +955,7 @@
 	padding-left: 0;
 }
 
-.single-item.groups #buddypress div#item-header div#item-actions h3 {
+.single-item.groups #buddypress div#item-header div#item-actions h2 {
 	font-size: 14px;
 	font-size: 0.9333333333rem;
 	font-weight: bold;
@@ -1008,7 +1008,7 @@
 		padding-top: 0 !important;
 		width: auto;
 	}
-	.single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h3 {
+	.single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h2 {
 		border-bottom: 1px solid #eaeaea;
 	}
 }
Index: src/bp-templates/bp-legacy/css/twentyten.scss
===================================================================
--- src/bp-templates/bp-legacy/css/twentyten.scss	(revision 10954)
+++ src/bp-templates/bp-legacy/css/twentyten.scss	(working copy)
@@ -1303,7 +1303,7 @@
 				#item-actions {
 					order: 3;
 
-					h3 {
+					h2 {
 						border-bottom: 1px solid $border-light;
 						text-align: center;
 					}
@@ -1339,7 +1339,7 @@
 					padding-left: 0;
 				}
 
-				h3 {
+				h2 {
 					@include font-size(14);
 					font-weight: bold;
 					line-height: 1.4;
@@ -1411,7 +1411,7 @@
 						padding-top: 0 !important;
 						width: auto;
 
-						h3 {border-bottom: 1px solid $border-light;}
+						h2 {border-bottom: 1px solid $border-light;}
 					}
 				} // @media
 			}
Index: src/bp-templates/bp-legacy/css/twentythirteen-rtl.css
===================================================================
--- src/bp-templates/bp-legacy/css/twentythirteen-rtl.css	(revision 10954)
+++ src/bp-templates/bp-legacy/css/twentythirteen-rtl.css	(working copy)
@@ -912,7 +912,7 @@
 	.single-item.groups #buddypress div#item-header #item-actions {
 		order: 3;
 	}
-	.single-item.groups #buddypress div#item-header #item-actions h3 {
+	.single-item.groups #buddypress div#item-header #item-actions h2 {
 		border-bottom: 1px solid #eaeaea;
 		text-align: center;
 	}
@@ -948,7 +948,7 @@
 	padding-right: 0;
 }
 
-.single-item.groups #buddypress div#item-header div#item-actions h3 {
+.single-item.groups #buddypress div#item-header div#item-actions h2 {
 	font-size: 14px;
 	font-size: 0.875rem;
 	padding: 0.2em;
@@ -955,7 +955,7 @@
 }
 
 @media screen and (min-width: 46.25em) {
-	.single-item.groups #buddypress div#item-header div#item-actions h3 {
+	.single-item.groups #buddypress div#item-header div#item-actions h2 {
 		font-size: 16px;
 		font-size: 1rem;
 	}
@@ -978,7 +978,7 @@
 		float: left;
 		width: 28%;
 	}
-	.single-item.groups #buddypress div#item-header div#item-actions h3 {
+	.single-item.groups #buddypress div#item-header div#item-actions h2 {
 		font-size: 14px;
 		font-size: 0.875rem;
 	}
Index: src/bp-templates/bp-legacy/css/twentythirteen.css
===================================================================
--- src/bp-templates/bp-legacy/css/twentythirteen.css	(revision 10954)
+++ src/bp-templates/bp-legacy/css/twentythirteen.css	(working copy)
@@ -912,7 +912,7 @@
 	.single-item.groups #buddypress div#item-header #item-actions {
 		order: 3;
 	}
-	.single-item.groups #buddypress div#item-header #item-actions h3 {
+	.single-item.groups #buddypress div#item-header #item-actions h2 {
 		border-bottom: 1px solid #eaeaea;
 		text-align: center;
 	}
@@ -948,7 +948,7 @@
 	padding-left: 0;
 }
 
-.single-item.groups #buddypress div#item-header div#item-actions h3 {
+.single-item.groups #buddypress div#item-header div#item-actions h2 {
 	font-size: 14px;
 	font-size: 0.875rem;
 	padding: 0.2em;
@@ -955,7 +955,7 @@
 }
 
 @media screen and (min-width: 46.25em) {
-	.single-item.groups #buddypress div#item-header div#item-actions h3 {
+	.single-item.groups #buddypress div#item-header div#item-actions h2 {
 		font-size: 16px;
 		font-size: 1rem;
 	}
@@ -978,7 +978,7 @@
 		float: right;
 		width: 28%;
 	}
-	.single-item.groups #buddypress div#item-header div#item-actions h3 {
+	.single-item.groups #buddypress div#item-header div#item-actions h2 {
 		font-size: 14px;
 		font-size: 0.875rem;
 	}
Index: src/bp-templates/bp-legacy/css/twentythirteen.scss
===================================================================
--- src/bp-templates/bp-legacy/css/twentythirteen.scss	(revision 10954)
+++ src/bp-templates/bp-legacy/css/twentythirteen.scss	(working copy)
@@ -1246,7 +1246,7 @@
 				#item-actions {
 					order: 3;
 
-					h3 {
+					h2 {
 						border-bottom: 1px solid $border-light;
 						text-align: center;
 					}
@@ -1278,7 +1278,7 @@
 					padding-left: 0;
 				}
 
-				h3 {
+				h2 {
 					@include font-size(14);
 
 					@media screen and (min-width: 46.25em) {
@@ -1310,7 +1310,7 @@
 					float: right;
 					width: 28%;
 
-					h3 {
+					h2 {
 						@include font-size(14);
 					}
 				}
Index: src/bp-templates/bp-legacy/css/twentytwelve-rtl.css
===================================================================
--- src/bp-templates/bp-legacy/css/twentytwelve-rtl.css	(revision 10954)
+++ src/bp-templates/bp-legacy/css/twentytwelve-rtl.css	(working copy)
@@ -949,7 +949,7 @@
 	.single-item.groups #buddypress div#item-header #item-actions {
 		order: 3;
 	}
-	.single-item.groups #buddypress div#item-header #item-actions h3 {
+	.single-item.groups #buddypress div#item-header #item-actions h2 {
 		border-bottom: 1px solid #eaeaea;
 		text-align: center;
 	}
@@ -991,7 +991,7 @@
 	padding-right: 0;
 }
 
-.single-item.groups #buddypress div#item-header div#item-actions h3 {
+.single-item.groups #buddypress div#item-header div#item-actions h2 {
 	font-size: 14px;
 	font-size: 1rem;
 	padding: 0.2em;
@@ -1043,7 +1043,7 @@
 		padding-top: 0 !important;
 		width: auto;
 	}
-	.single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h3 {
+	.single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h2 {
 		border-bottom: 1px solid #eaeaea;
 	}
 }
Index: src/bp-templates/bp-legacy/css/twentytwelve.css
===================================================================
--- src/bp-templates/bp-legacy/css/twentytwelve.css	(revision 10954)
+++ src/bp-templates/bp-legacy/css/twentytwelve.css	(working copy)
@@ -949,7 +949,7 @@
 	.single-item.groups #buddypress div#item-header #item-actions {
 		order: 3;
 	}
-	.single-item.groups #buddypress div#item-header #item-actions h3 {
+	.single-item.groups #buddypress div#item-header #item-actions h2 {
 		border-bottom: 1px solid #eaeaea;
 		text-align: center;
 	}
@@ -991,7 +991,7 @@
 	padding-left: 0;
 }
 
-.single-item.groups #buddypress div#item-header div#item-actions h3 {
+.single-item.groups #buddypress div#item-header div#item-actions h2 {
 	font-size: 14px;
 	font-size: 1rem;
 	padding: 0.2em;
@@ -1043,7 +1043,7 @@
 		padding-top: 0 !important;
 		width: auto;
 	}
-	.single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h3 {
+	.single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h2 {
 		border-bottom: 1px solid #eaeaea;
 	}
 }
Index: src/bp-templates/bp-legacy/css/twentytwelve.scss
===================================================================
--- src/bp-templates/bp-legacy/css/twentytwelve.scss	(revision 10954)
+++ src/bp-templates/bp-legacy/css/twentytwelve.scss	(working copy)
@@ -1326,7 +1326,7 @@
 				#item-actions {
 					order: 3;
 
-					h3 {
+					h2 {
 						border-bottom: 1px solid $border-light;
 						text-align: center;
 					}
@@ -1362,7 +1362,7 @@
 					padding-left: 0;
 				}
 
-				h3 {
+				h2 {
 					@include font-size(14);
 					padding: 0.2em;
 				}
@@ -1433,7 +1433,7 @@
 						padding-top: 0 !important;
 						width: auto;
 
-						h3 {border-bottom: 1px solid $border-light;}
+						h2 {border-bottom: 1px solid $border-light;}
 					}
 				} // @media
 
