Ticket #6660: 6660-p.patch
File 6660-p.patch, 1.4 KB (added by , 9 years ago) |
---|
-
1.6.php
165 165 166 166 switch ( $result ) { 167 167 case 1: 168 _e( '<p>All done! Configuration settings have been saved to the file <code>bb-config.php</code> in the root of your WordPress install.</p>', 'buddypress' ); 168 echo '<p>'; 169 _e( 'All done! Configuration settings have been saved to the file <code>bb-config.php</code> in the root of your WordPress install.', 'buddypress' ); 170 echo '</p>'; 169 171 break; 170 172 default: 171 173 // Just write the contents to screen. 172 _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' ); ?> 173 174 echo '<p>'; 175 _e( '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.', 'buddypress' ); 176 echo '</p>'; 177 ?> 174 178 <textarea style="display:block; margin-top: 30px; width: 80%;" rows="50"><?php echo esc_textarea( $result ); ?></textarea> 175 176 <?php 179 <?php 177 180 break; 178 181 } 179 182 } else { ?>