Changeset 6357 for trunk/bp-forums/bp-forums-admin.php
- Timestamp:
- 09/28/2012 10:41:20 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-forums/bp-forums-admin.php
r6342 r6357 59 59 // Delete the bb-config.php location option 60 60 bp_delete_option( 'bb-config-location' ); 61 62 // Now delete the bb-config.php file 63 @unlink( ABSPATH . 'bb-config.php' ); 64 65 // show the updated wizard 61 66 bp_forums_bbpress_install_wizard(); 62 67 … … 78 83 79 84 <div> 80 <a class="button button-primary " href="<?php echo $action ?>"><?php _e( 'Uninstall Group Forums', 'buddypress' ) ?></a> 85 <a class="button button-primary confirm" href="<?php echo $action ?>"><?php _e( 'Uninstall Group Forums', 'buddypress' ) ?></a> 81 86 </div> 82 87 </div>
Note: See TracChangeset
for help on using the changeset viewer.