Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/01/2010 12:40:17 PM (14 years ago)
Author:
apeatling
Message:

Reverting function priority changes, these will be moved to the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-blogs/bp-blogs-widgets.php

    r2788 r2794  
    1212        add_action('widgets_init', create_function('', 'return register_widget("BP_Blogs_Recent_Posts_Widget");') );
    1313}
    14 add_action( 'bp_register_widgets', 'bp_blogs_register_widgets', 9 );
     14add_action( 'bp_register_widgets', 'bp_blogs_register_widgets' );
    1515
    1616class BP_Blogs_Recent_Posts_Widget extends WP_Widget {
Note: See TracChangeset for help on using the changeset viewer.