Skip to:
Content

bbPress.org


Ignore:
Timestamp:
03/30/2008 10:31:06 AM (18 years ago)
Author:
sambauers
Message:

Various optimisations and typo fixes - Fixes #842 - props momo360modena

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bb-includes/pluggable.php

    r1382 r1385  
    7676if ( !function_exists('bb_login') ) :
    7777function bb_login( $login, $password, $remember = false ) {
    78     global $wp_auth_object;
    7978    if ( $user = bb_check_login( $login, $password ) ) {
    8079        wp_set_auth_cookie( $user->ID, $remember );
Note: See TracChangeset for help on using the changeset viewer.