<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[BuddyPress][10158] trunk/src: Introduce BuddyPress Cover Images functions and templates specific to the Groups single items.</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta" style="font-size: 105%">
<dt style="float: left; width: 6em; font-weight: bold">Revision</dt> <dd><a style="font-weight: bold" href="http://buddypress.trac.wordpress.org/changeset/10158">10158</a><script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","description":"Review this Commit","action":{"@type":"ViewAction","url":"http://buddypress.trac.wordpress.org/changeset/10158","name":"Review Commit"}}</script></dd>
<dt style="float: left; width: 6em; font-weight: bold">Author</dt> <dd>imath</dd>
<dt style="float: left; width: 6em; font-weight: bold">Date</dt> <dd>2015-09-29 23:13:57 +0000 (Tue, 29 Sep 2015)</dd>
</dl>

<pre style='padding-left: 1em; margin: 2em 0; border-left: 2px solid #ccc; line-height: 1.25; font-size: 105%; font-family: sans-serif'>Introduce BuddyPress Cover Images functions and templates specific to the Groups single items.

Props r-a-y

See <a href="http://buddypress.trac.wordpress.org/ticket/6570">#6570</a></pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunksrcbpgroupsbpgroupsloaderphp">trunk/src/bp-groups/bp-groups-loader.php</a></li>
<li><a href="#trunksrcbpgroupsbpgroupsscreensphp">trunk/src/bp-groups/bp-groups-screens.php</a></li>
<li><a href="#trunksrcbpgroupsbpgroupstemplatephp">trunk/src/bp-groups/bp-groups-template.php</a></li>
<li><a href="#trunksrcbptemplatesbplegacybuddypressgroupscreatephp">trunk/src/bp-templates/bp-legacy/buddypress/groups/create.php</a></li>
<li><a href="#trunksrcbptemplatesbplegacybuddypressgroupssingleadminphp">trunk/src/bp-templates/bp-legacy/buddypress/groups/single/admin.php</a></li>
<li><a href="#trunksrcbptemplatesbplegacybuddypressgroupssinglehomephp">trunk/src/bp-templates/bp-legacy/buddypress/groups/single/home.php</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunksrcbptemplatesbplegacybuddypressgroupssinglecoverimageheaderphp">trunk/src/bp-templates/bp-legacy/buddypress/groups/single/cover-image-header.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunksrcbpgroupsbpgroupsloaderphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/bp-groups/bp-groups-loader.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/bp-groups/bp-groups-loader.php  2015-09-29 23:02:46 UTC (rev 10157)
+++ trunk/src/bp-groups/bp-groups-loader.php    2015-09-29 23:13:57 UTC (rev 10158)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -313,6 +313,13 @@
</span><span class="cx" style="display: block; padding: 0 10px">                        );
</span><span class="cx" style="display: block; padding: 0 10px">                }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                if ( bp_group_use_cover_image_header() ) {
+                       $this->group_creation_steps['group-cover-image'] = array(
+                               'name'     => _x( 'Cover Image', 'Group screen nav', 'buddypress' ),
+                               'position' => 25
+                       );
+               }
+
</ins><span class="cx" style="display: block; padding: 0 10px">                 // If friends component is active, add invitations
</span><span class="cx" style="display: block; padding: 0 10px">                if ( bp_is_active( 'friends' ) ) {
</span><span class="cx" style="display: block; padding: 0 10px">                        $this->group_creation_steps['group-invites'] = array(
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -591,6 +598,14 @@
</span><span class="cx" style="display: block; padding: 0 10px">                                        ), $default_params );
</span><span class="cx" style="display: block; padding: 0 10px">                                }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                if ( bp_group_use_cover_image_header() ) {
+                                       $sub_nav[] = array_merge( array(
+                                               'name'     => __( 'Cover Image', 'buddypress' ),
+                                               'slug'     => 'group-cover-image',
+                                               'position' => 25,
+                                       ), $default_params );
+                               }
+
</ins><span class="cx" style="display: block; padding: 0 10px">                                 $sub_nav[] = array_merge( array(
</span><span class="cx" style="display: block; padding: 0 10px">                                        'name'     => __( 'Members', 'buddypress' ),
</span><span class="cx" style="display: block; padding: 0 10px">                                        'slug'     => 'manage-members',
</span></span></pre></div>
<a id="trunksrcbpgroupsbpgroupsscreensphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/bp-groups/bp-groups-screens.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/bp-groups/bp-groups-screens.php 2015-09-29 23:02:46 UTC (rev 10157)
+++ trunk/src/bp-groups/bp-groups-screens.php   2015-09-29 23:13:57 UTC (rev 10158)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -989,6 +989,41 @@
</span><span class="cx" style="display: block; padding: 0 10px"> add_action( 'bp_screens', 'groups_screen_group_admin_avatar' );
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * Handle the display of a group's Change cover image page.
+ *
+ * @since 2.4.0
+ */
+function groups_screen_group_admin_cover_image() {
+       if ( 'group-cover-image' != bp_get_group_current_admin_tab() ) {
+               return false;
+       }
+
+       // If the logged-in user doesn't have permission or if cover image uploads are disabled, then stop here
+       if ( ! bp_is_item_admin() || ! bp_group_use_cover_image_header() ) {
+               return false;
+       }
+
+       /**
+        * Fires before the loading of the group Change cover image page template.
+        *
+        * @since 2.4.0
+        *
+        * @param int $id ID of the group that is being displayed.
+        */
+       do_action( 'groups_screen_group_admin_cover_image', bp_get_current_group_id() );
+
+       /**
+        * Filters the template to load for a group's Change cover image page.
+        *
+        * @since 2.4.0
+        *
+        * @param string $value Path to a group's Change cover image template.
+        */
+       bp_core_load_template( apply_filters( 'groups_template_group_admin_cover_image', 'groups/single/home' ) );
+}
+add_action( 'bp_screens', 'groups_screen_group_admin_cover_image' );
+
+/**
</ins><span class="cx" style="display: block; padding: 0 10px">  * This function handles actions related to member management on the group admin.
</span><span class="cx" style="display: block; padding: 0 10px">  */
</span><span class="cx" style="display: block; padding: 0 10px"> function groups_screen_group_admin_manage_members() {
</span></span></pre></div>
<a id="trunksrcbpgroupsbpgroupstemplatephp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/bp-groups/bp-groups-template.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/bp-groups/bp-groups-template.php        2015-09-29 23:02:46 UTC (rev 10157)
+++ trunk/src/bp-groups/bp-groups-template.php  2015-09-29 23:13:57 UTC (rev 10158)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1004,7 +1004,21 @@
</span><span class="cx" style="display: block; padding: 0 10px">                ) );
</span><span class="cx" style="display: block; padding: 0 10px">        }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/** Group cover image *********************************************************/
+
</ins><span class="cx" style="display: block; padding: 0 10px"> /**
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * Should we use the group's cover image header
+ *
+ * @since 2.4.0
+ *
+ * @return bool True if the displayed user has a cover image,
+ *              False otherwise
+ */
+function bp_group_use_cover_image_header() {
+       return (bool) bp_is_active( 'groups', 'cover_image' ) && ! bp_disable_group_cover_image_uploads() && bp_attachments_is_wp_version_supported();
+}
+
+/**
</ins><span class="cx" style="display: block; padding: 0 10px">  * Output the 'last active' string for the current group in the loop.
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @param object|bool $group Optional. Group object.
</span></span></pre></div>
<a id="trunksrcbptemplatesbplegacybuddypressgroupscreatephp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/bp-templates/bp-legacy/buddypress/groups/create.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/bp-templates/bp-legacy/buddypress/groups/create.php     2015-09-29 23:02:46 UTC (rev 10157)
+++ trunk/src/bp-templates/bp-legacy/buddypress/groups/create.php       2015-09-29 23:13:57 UTC (rev 10158)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -252,7 +252,38 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">                        <?php endif; ?>
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        <?php /* Group creation step 4: Invite friends to group */ ?>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 <?php /* Group creation step 4: Cover image */ ?>
+                       <?php if ( bp_is_group_creation_step( 'group-cover-image' ) ) : ?>
+
+                               <?php
+
+                               /**
+                                * Fires before the display of the group cover image creation step.
+                                *
+                                * @since 2.4.0
+                                */
+                               do_action( 'bp_before_group_cover_image_creation_step' ); ?>
+
+                               <div id="header-cover-image"></div>
+
+                               <p><?php _e( 'The Cover Image will be used to customize the header of your group.', 'buddypress' ); ?></p>
+
+                               <?php bp_attachments_get_template_part( 'cover-images/index' ); ?>
+
+                               <?php
+
+                               /**
+                                * Fires after the display of the group cover image creation step.
+                                *
+                                * @since 2.4.0
+                                */
+                               do_action( 'bp_after_group_cover_image_creation_step' ); ?>
+
+                               <?php wp_nonce_field( 'groups_create_save_group-cover-image' ); ?>
+
+                       <?php endif; ?>
+
+                       <?php /* Group creation step 5: Invite friends to group */ ?>
</ins><span class="cx" style="display: block; padding: 0 10px">                         <?php if ( bp_is_group_creation_step( 'group-invites' ) ) : ?>
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">                                <?php
</span></span></pre></div>
<a id="trunksrcbptemplatesbplegacybuddypressgroupssingleadminphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/bp-templates/bp-legacy/buddypress/groups/single/admin.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/bp-templates/bp-legacy/buddypress/groups/single/admin.php       2015-09-29 23:02:46 UTC (rev 10157)
+++ trunk/src/bp-templates/bp-legacy/buddypress/groups/single/admin.php 2015-09-29 23:13:57 UTC (rev 10158)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -207,6 +207,35 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> <?php endif; ?>
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+<?php /* Group Cover image Settings */ ?>
+<?php if ( bp_is_group_admin_screen( 'group-cover-image' ) ) : ?>
+
+       <h4><?php _e( 'Change Cover Image', 'buddypress' ); ?></h4>
+
+       <?php
+
+       /**
+        * Fires before the display of profile cover image upload content.
+        *
+        * @since 2.4.0
+        */
+       do_action( 'bp_before_group_settings_cover_image' ); ?>
+
+       <p><?php _e( 'The Cover Image will be used to customize the header of your group.', 'buddypress' ); ?></p>
+
+       <?php bp_attachments_get_template_part( 'cover-images/index' ); ?>
+
+       <?php
+
+       /**
+        * Fires after the display of group cover image upload content.
+        *
+        * @since 2.4.0
+        */
+       do_action( 'bp_after_group_settings_cover_image' ); ?>
+
+<?php endif; ?>
+
</ins><span class="cx" style="display: block; padding: 0 10px"> <?php /* Manage Group Members */ ?>
</span><span class="cx" style="display: block; padding: 0 10px"> <?php if ( bp_is_group_admin_screen( 'manage-members' ) ) : ?>
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span></span></pre></div>
<a id="trunksrcbptemplatesbplegacybuddypressgroupssinglecoverimageheaderphp"></a>
<div class="addfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: trunk/src/bp-templates/bp-legacy/buddypress/groups/single/cover-image-header.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/bp-templates/bp-legacy/buddypress/groups/single/cover-image-header.php                          (rev 0)
+++ trunk/src/bp-templates/bp-legacy/buddypress/groups/single/cover-image-header.php    2015-09-29 23:13:57 UTC (rev 10158)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -0,0 +1,129 @@
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+<?php
+/**
+ * BuddyPress - Groups Cover Image Header
+ *
+ * @package BuddyPress
+ * @subpackage bp-legacy
+ */
+
+?>
+
+<?php
+
+/**
+ * Fires before the display of a group's header.
+ *
+ * @since 1.2.0
+ */
+do_action( 'bp_before_group_header' ); ?>
+
+<a id="header-cover-image" href="<?php bp_group_permalink(); ?>"></a>
+
+<div id="item-header-cover-image">
+       <?php if ( ! bp_disable_group_avatar_uploads() ) : ?>
+               <div id="item-header-avatar">
+                       <a href="<?php bp_group_permalink(); ?>" title="<?php bp_group_name(); ?>">
+
+                               <?php bp_group_avatar(); ?>
+
+                       </a>
+               </div><!-- #item-header-avatar -->
+       <?php endif; ?>
+
+       <div id="item-header-content">
+
+               <div id="item-buttons">
+
+                       <?php
+
+                       /**
+                        * Fires in the group header actions section.
+                        *
+                        * @since 1.2.6
+                        */
+                       do_action( 'bp_group_header_actions' ); ?>
+
+               </div><!-- #item-buttons -->
+
+               <?php
+
+               /**
+                * Fires before the display of the group's header meta.
+                *
+                * @since 1.2.0
+                */
+               do_action( 'bp_before_group_header_meta' ); ?>
+
+               <div id="item-meta">
+
+                       <?php
+
+                       /**
+                        * Fires after the group header actions section.
+                        *
+                        * @since 1.2.0
+                        */
+                       do_action( 'bp_group_header_meta' ); ?>
+
+                       <span class="highlight"><?php bp_group_type(); ?></span>
+                       <span class="activity"><?php printf( __( 'active %s', 'buddypress' ), bp_get_group_last_active() ); ?></span>
+
+                       <?php bp_group_description(); ?>
+
+               </div>
+       </div><!-- #item-header-content -->
+
+       <div id="item-actions">
+
+               <?php if ( bp_group_is_visible() ) : ?>
+
+                       <h3><?php _e( 'Group Admins', 'buddypress' ); ?></h3>
+
+                       <?php bp_group_list_admins();
+
+                       /**
+                        * Fires after the display of the group's administrators.
+                        *
+                        * @since 1.1.0
+                        */
+                       do_action( 'bp_after_group_menu_admins' );
+
+                       if ( bp_group_has_moderators() ) :
+
+                               /**
+                                * Fires before the display of the group's moderators, if there are any.
+                                *
+                                * @since 1.1.0
+                                */
+                               do_action( 'bp_before_group_menu_mods' ); ?>
+
+                               <h3><?php _e( 'Group Mods' , 'buddypress' ); ?></h3>
+
+                               <?php bp_group_list_mods();
+
+                               /**
+                                * Fires after the display of the group's moderators, if there are any.
+                                *
+                                * @since 1.1.0
+                                */
+                               do_action( 'bp_after_group_menu_mods' );
+
+                       endif;
+
+               endif; ?>
+
+       </div><!-- #item-actions -->
+
+</div><!-- #item-header-cover-image -->
+
+<?php
+
+/**
+ * Fires after the display of a group's header.
+ *
+ * @since 1.2.0
+ */
+do_action( 'bp_after_group_header' );
+
+/** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */
+do_action( 'template_notices' ); ?>
</ins><span class="cx" style="display: block; padding: 0 10px">Property changes on: trunk/src/bp-templates/bp-legacy/buddypress/groups/single/cover-image-header.php
</span><span class="cx" style="display: block; padding: 0 10px">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: svn:eol-style</h4></div>
<ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+native
</ins><span class="cx" style="display: block; padding: 0 10px">\ No newline at end of property
</span><a id="trunksrcbptemplatesbplegacybuddypressgroupssinglehomephp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/bp-templates/bp-legacy/buddypress/groups/single/home.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/bp-templates/bp-legacy/buddypress/groups/single/home.php        2015-09-29 23:02:46 UTC (rev 10157)
+++ trunk/src/bp-templates/bp-legacy/buddypress/groups/single/home.php  2015-09-29 23:13:57 UTC (rev 10158)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -13,7 +13,16 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">        <div id="item-header" role="complementary">
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                <?php bp_get_template_part( 'groups/single/group-header' ); ?>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         <?php
+               /**
+                * If the cover image feature is enabled, use a specific header
+                */
+               if ( bp_group_use_cover_image_header() ) :
+                       bp_get_template_part( 'groups/single/cover-image-header' );
+               else :
+                       bp_get_template_part( 'groups/single/group-header' );
+               endif;
+               ?>
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">        </div><!-- #item-header -->
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span></span></pre>
</div>
</div>

</body>
</html>