Changeset 5729 for trunk/bp-forums/bp-forums-admin.php
- Timestamp:
- 02/11/2012 09:32:04 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-forums/bp-forums-admin.php
r5574 r5729 123 123 124 124 case 'new': 125 if ( isset( $_REQUEST['doinstall'] ) && 1 == (int) $_REQUEST['doinstall'] ) {125 if ( isset( $_REQUEST['doinstall'] ) && 1 == (int) $_REQUEST['doinstall'] ) { 126 126 $result = bp_forums_bbpress_install(); 127 127 … … 316 316 317 317 // Loop through the lines and modify them 318 foreach ( (array) $lines as $line ) {318 foreach ( (array) $lines as $line ) { 319 319 if ( isset( $alterations[substr( $line, 0, 20 )] ) ) { 320 320 $alteration = $alterations[substr( $line, 0, 20 )]; … … 349 349 350 350 // Write lines one by one to avoid OS specific newline hassles 351 foreach ( (array) $modified_lines as $modified_line ) {351 foreach ( (array) $modified_lines as $modified_line ) { 352 352 if ( false !== strpos( $modified_line, '?>' ) ) { 353 353 $modified_line = '?>';
Note: See TracChangeset
for help on using the changeset viewer.