Skip to:
Content

bbPress.org


Ignore:
Timestamp:
02/03/2011 08:00:34 PM (15 years ago)
Author:
johnjamesjacoby
Message:

Login widget, and various supporting styles and functions for a smarter redirect. Fixes #1464, #1465. Props GautamGupta for original patches.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-includes/bbp-hooks.php

    r2823 r2827  
    6969
    7070// Widgets
     71add_action( 'widgets_init', create_function( '', 'return register_widget("BBP_Login_Widget");'   ) );
    7172add_action( 'widgets_init', create_function( '', 'return register_widget("BBP_Forums_Widget");'  ) );
    7273add_action( 'widgets_init', create_function( '', 'return register_widget("BBP_Topics_Widget");'  ) );
Note: See TracChangeset for help on using the changeset viewer.