Skip to:
Content

BuddyPress.org

Changeset 4078


Ignore:
Timestamp:
03/02/2011 10:16:08 PM (14 years ago)
Author:
boonebgorges
Message:

Swaps site_url() calls on forum setup Dashboard page to network_admin_url(). Fixes #3093. Props sbrajesh

File:
1 edited

Legend:

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

    r4045 r4078  
    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' ), site_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( 'wp-admin/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 = site_url( 'wp-admin/admin.php?page=bb-forums-setup' );
     48    $post_url = network_admin_url( 'wp-admin/admin.php?page=bb-forums-setup' );
    4949
    5050    $step = isset( $_REQUEST['step'] ) ? $_REQUEST['step'] : '';
Note: See TracChangeset for help on using the changeset viewer.