Changeset 38899 for trunk/src/wp-admin/setup-config.php
- Timestamp:
- 10/25/2016 03:14:31 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/setup-config.php
r38424 r38899 5 5 * The permissions for the base directory must allow for writing files in order 6 6 * for the wp-config.php to be created using this page. 7 *8 * @internal This file must be parsable by PHP4.9 7 * 10 8 * @package WordPress … … 317 315 318 316 $key = 0; 319 // Not a PHP5-style by-reference foreach, as this file must be parseable by PHP4.320 317 foreach ( $config_file as $line_num => $line ) { 321 318 if ( '$table_prefix =' == substr( $line, 0, 16 ) ) {
Note: See TracChangeset
for help on using the changeset viewer.