Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/06/2013 08:37:28 AM (12 years ago)
Author:
johnjamesjacoby
Message:

Add textdomain to _doing_it_wrong() feedback in bp_setup_current_user().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-dependency.php

    r6765 r6767  
    7979    // strange (and difficult to debug) role/capability issues will occur.
    8080    if ( ! did_action( 'after_setup_theme' ) ) {
    81         _doing_it_wrong( __FUNCTION__, __( 'The current user is being initialized without using $wp->init().' ), '1.7' );
     81        _doing_it_wrong( __FUNCTION__, __( 'The current user is being initialized without using $wp->init().', 'buddypress' ), '1.7' );
    8282    }
    8383
Note: See TracChangeset for help on using the changeset viewer.