Changeset 43650
- Timestamp:
- 09/20/2018 05:14:21 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/setup-config.php
r43571 r43650 348 348 $key = 0; 349 349 foreach ( $config_file as $line_num => $line ) { 350 if ( '$table_prefix 351 $config_file[ $line_num ] = '$table_prefix 350 if ( '$table_prefix =' == substr( $line, 0, 16 ) ) { 351 $config_file[ $line_num ] = '$table_prefix = \'' . addcslashes( $prefix, "\\'" ) . "';\r\n"; 352 352 continue; 353 353 }
Note: See TracChangeset
for help on using the changeset viewer.