Changeset 6767 for trunk/bp-core/bp-core-dependency.php
- Timestamp:
- 02/06/2013 08:37:28 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-dependency.php
r6765 r6767 79 79 // strange (and difficult to debug) role/capability issues will occur. 80 80 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' ); 82 82 } 83 83
Note: See TracChangeset
for help on using the changeset viewer.