Skip to:
Content

BuddyPress.org

Changeset 4119


Ignore:
Timestamp:
03/11/2011 09:23:19 PM (14 years ago)
Author:
djpaul
Message:

Fix URLs to forum install page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-forums/bp-forums-admin.php

    r4078 r4119  
    3636        else : ?>
    3737
    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' ) ); ?>
    3939            <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>
    4040
     
    4646
    4747function 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' );
    4949
    5050    $step = isset( $_REQUEST['step'] ) ? $_REQUEST['step'] : '';
Note: See TracChangeset for help on using the changeset viewer.