Skip to:
Content

bbPress.org


Ignore:
Timestamp:
04/20/2015 06:24:04 PM (11 years ago)
Author:
johnjamesjacoby
Message:

Update get version of wp_login_action.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/common/template.php

    r5691 r5698  
    12341234        $login_url = site_url( $login_url, $r['context'] );
    12351235
    1236         return apply_filters( 'bbp_wp_login_action', $login_url, $r, $args );
     1236        return apply_filters( 'bbp_get_wp_login_action', $login_url, $r, $args );
    12371237    }
    12381238
Note: See TracChangeset for help on using the changeset viewer.