Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/10/2011 06:32:02 AM (14 years ago)
Author:
djpaul
Message:

Tidy up whitespace. Fixes #3466, props cnorris23

File:
1 edited

Legend:

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

    r4920 r4961  
    1616
    1717function bp_forums_bbpress_admin() {
    18     global $bp; 
    19    
     18    global $bp;
     19
    2020    $action = bp_get_admin_url( 'admin.php?page=bb-forums-setup&reinstall=1' );
    2121    ?>
     
    100100                        // Just write the contents to screen
    101101                        _e( '<p>A configuration file could not be created. No problem, but you will need to save the text shown below into a file named <code>bb-config.php</code> in the root directory of your WordPress installation before you can start using the forum functionality.</p>', 'buddypress' ); ?>
    102                    
     102
    103103                        <textarea style="display:block; margin-top: 30px; width: 80%;" rows="50"><?php echo htmlspecialchars( $result ); ?></textarea>
    104104
Note: See TracChangeset for help on using the changeset viewer.