Skip to:
Content

bbPress.org


Ignore:
Timestamp:
11/11/2012 07:14:21 PM (13 years ago)
Author:
johnjamesjacoby
Message:

Activation:

  • When activating bbPress, redirect to the "What's New" page.
  • Replaces incomplete code in /admin/functions.php with update action and activation hook helper.
  • See #2018.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/core/actions.php

    r4375 r4390  
    293293add_action( 'bbp_login_form_login', 'bbp_user_maybe_convert_pass' );
    294294
     295add_action( 'bbp_activation', 'bbp_add_activation_redirect' );
     296
    295297/**
    296298 * Requires and creates the BuddyPress extension, and adds component creation
Note: See TracChangeset for help on using the changeset viewer.