Changeset 4211 for trunk/bp-blogs/bp-blogs-widgets.php
- Timestamp:
- 04/16/2011 04:47:36 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-blogs/bp-blogs-widgets.php
r4107 r4211 15 15 16 16 class BP_Blogs_Recent_Posts_Widget extends WP_Widget { 17 17 18 function bp_blogs_recent_posts_widget() { 18 parent::WP_Widget( false, $name = __( 'Recent Site Wide Posts', 'buddypress' ) ); 19 $this->__construct(); 20 } 21 22 function __construct() { 23 parent::__construct( false, $name = __( 'Recent Site Wide Posts', 'buddypress' ) ); 19 24 } 20 25
Note: See TracChangeset
for help on using the changeset viewer.