Skip to:
Content

bbPress.org

Changeset 5038


Ignore:
Timestamp:
07/17/2013 07:44:48 PM (11 years ago)
Author:
johnjamesjacoby
Message:

When posting to a BuddyPress Group Forum, update the group's last_activity. Props r-a-y. Fixes #2368.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/extend/buddypress/group.php

    r5027 r5038  
    10931093
    10941094        <input type="hidden" name="group-show-forum" id="group-show-forum" value="1" />
    1095    
     1095
    10961096    <?php
    10971097    }
     
    13801380        $args['item_id']           = $group->id;
    13811381
     1382        // Update the group's last activity
     1383        groups_update_last_activity( $group->id );
     1384
    13821385        return $args;
    13831386    }
Note: See TracChangeset for help on using the changeset viewer.