Ticket #46220: 46220.patch
| File 46220.patch, 525 bytes (added by , 7 years ago) |
|---|
-
src/wp-admin/setup-config.php
349 349 350 350 $key = 0; 351 351 foreach ( $config_file as $line_num => $line ) { 352 if ( '$table_prefix =' == substr( $line, 0, 1 6) ) {352 if ( '$table_prefix =' == substr( $line, 0, 15 ) ) { 353 353 $config_file[ $line_num ] = '$table_prefix = \'' . addcslashes( $prefix, "\\'" ) . "';\r\n"; 354 354 continue; 355 355 }