- Timestamp:
- 05/19/2016 09:21:46 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-blogs/classes/class-bp-blogs-recent-posts-widget.php
r10553 r10793 21 21 public function __construct() { 22 22 $widget_ops = array( 23 'description' => __( 'A list of recently published posts from across your network.', 'buddypress' ), 24 'classname' => 'widget_bp_blogs_widget buddypress widget', 23 'description' => __( 'A list of recently published posts from across your network.', 'buddypress' ), 24 'classname' => 'widget_bp_blogs_widget buddypress widget', 25 'customize_selective_refresh' => true, 25 26 ); 26 27 parent::__construct( false, $name = _x( '(BuddyPress) Recent Networkwide Posts', 'widget name', 'buddypress' ), $widget_ops );
Note: See TracChangeset
for help on using the changeset viewer.