Changeset 4961 for trunk/bp-forums/bp-forums-admin.php
- Timestamp:
- 08/10/2011 06:32:02 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-forums/bp-forums-admin.php
r4920 r4961 16 16 17 17 function bp_forums_bbpress_admin() { 18 global $bp; 19 18 global $bp; 19 20 20 $action = bp_get_admin_url( 'admin.php?page=bb-forums-setup&reinstall=1' ); 21 21 ?> … … 100 100 // Just write the contents to screen 101 101 _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 103 103 <textarea style="display:block; margin-top: 30px; width: 80%;" rows="50"><?php echo htmlspecialchars( $result ); ?></textarea> 104 104
Note: See TracChangeset
for help on using the changeset viewer.