Changeset 18375
- Timestamp:
- 06/29/2011 04:50:07 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/setup-config.php
r18374 r18375 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. 7 9 * 8 10 * @package WordPress -
trunk/wp-includes/load.php
r18374 r18375 3 3 * These functions are needed to load WordPress. 4 4 * 5 * This file must be parsable by PHP4.5 * @internal This file must be parsable by PHP4. 6 6 * 7 7 * @package WordPress -
trunk/wp-load.php
r18374 r18375 13 13 * directory to allow the WordPress directory to remain 14 14 * untouched. 15 * 16 * @internal This file must be parsable by PHP4. 15 17 * 16 18 * @package WordPress -
trunk/wp-settings.php
r18374 r18375 5 5 * 6 6 * Allows for some configuration in wp-config.php (see default-constants.php) 7 * 8 * @internal This file must be parsable by PHP4. 7 9 * 8 10 * @package WordPress
Note: See TracChangeset
for help on using the changeset viewer.