Changeset 44738 for trunk/src/wp-admin/setup-config.php
- Timestamp:
- 02/12/2019 04:51:12 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/setup-config.php
r44545 r44738 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;
Note: See TracChangeset
for help on using the changeset viewer.