Skip to:
Content

bbPress.org


Ignore:
Timestamp:
07/07/2015 03:25:03 PM (10 years ago)
Author:
johnjamesjacoby
Message:

BuddyPress Groups: Backport r5560 to 2.5 branch (for 2.5.8) for improved PHP5 compatibility and to avoid a debug notice.

Props boonebgorges.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/includes/extend/buddypress/groups.php

    r5089 r5807  
    148148    /**
    149149     * The primary display function for group forums
    150      */
    151     public function display() {
     150     *
     151     * @since bbPress (r3746)
     152     *
     153     * @param int $group_id ID of the current group. Available only on BP 2.2+.
     154     */
     155    public function display( $group_id = null ) {
    152156
    153157        // Prevent Topic Parent from appearing
Note: See TracChangeset for help on using the changeset viewer.