Changeset 11999 for trunk/src/bp-core/admin/bp-core-admin-functions.php
- Timestamp:
- 04/27/2018 02:22:35 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/bp-core-admin-functions.php
r11997 r11999 358 358 } 359 359 360 $query_args = array( 'page' => 'bp-about');360 $query_args = array(); 361 361 if ( get_transient( '_bp_is_new_install' ) ) { 362 362 $query_args['is_new_install'] = '1'; … … 364 364 } 365 365 366 // Redirect to BuddyPress about page.367 wp_safe_redirect( add_query_arg( $query_args, bp_get_admin_url( ' index.php' ) ) );366 // Redirect to dashboard and trigger the Hello screen. 367 wp_safe_redirect( add_query_arg( $query_args, bp_get_admin_url( '?hello=buddypress' ) ) ); 368 368 } 369 369
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)