Skip to:
Content

BuddyPress.org

Changeset 10215


Ignore:
Timestamp:
10/08/2015 05:38:41 AM (9 years ago)
Author:
r-a-y
Message:

Blogs: Fix closing element in 'Recent Networkwide Posts' widget.

Broken since BuddyPress 2.3.0, specifically r9469.

Props kahless.

Fixes #6536.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-blogs/bp-blogs-widgets.php

    r10100 r10215  
    7575        }
    7676
     77        $after_widget = $args['after_widget'];
     78
    7779        // Override some of the contextually set parameters for bp_has_activities()
    7880        $args = array(
     
    117119        <?php endif; ?>
    118120
    119         <?php echo $args['after_widget']; ?>
     121        <?php echo $after_widget; ?>
    120122    <?php
    121123    }
Note: See TracChangeset for help on using the changeset viewer.