Changeset 4119
- Timestamp:
- 03/11/2011 09:23:19 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-forums/bp-forums-admin.php
r4078 r4119 36 36 else : ?> 37 37 38 <p><?php printf( __( 'bbPress forum integration in BuddyPress has been set up correctly. If you are having problems you can <a href="%s" title="Reinstall bbPress">re-install</a>', 'buddypress' ), network_admin_url( ' wp-admin/admin.php?page=bb-forums-setup&reinstall=1' ) ); ?>38 <p><?php printf( __( 'bbPress forum integration in BuddyPress has been set up correctly. If you are having problems you can <a href="%s" title="Reinstall bbPress">re-install</a>', 'buddypress' ), network_admin_url( 'admin.php?page=bb-forums-setup&reinstall=1' ) ); ?> 39 39 <p><?php _e( 'NOTE: The forums directory will only work if your bbPress tables are in the same database as your WordPress tables. If you are not using an existing bbPress install you can ignore this message.', 'buddypress' ) ?></p> 40 40 … … 46 46 47 47 function bp_forums_bbpress_install_wizard() { 48 $post_url = network_admin_url( ' wp-admin/admin.php?page=bb-forums-setup' );48 $post_url = network_admin_url( 'admin.php?page=bb-forums-setup' ); 49 49 50 50 $step = isset( $_REQUEST['step'] ) ? $_REQUEST['step'] : '';
Note: See TracChangeset
for help on using the changeset viewer.