Changeset 18374 for trunk/wp-includes/load.php
- Timestamp:
- 06/29/2011 04:46:46 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/load.php
r18339 r18374 2 2 /** 3 3 * These functions are needed to load WordPress. 4 * 5 * This file must be parsable by PHP4. 4 6 * 5 7 * @package WordPress … … 95 97 * 96 98 * Dies if requirements are not met. 99 * 100 * This function must be able to work without a complete environment set up. In wp-load.php, for 101 * example, WP_CONTENT_DIR is defined and version.php is included before this function is called. 97 102 * 98 103 * @access private
Note: See TracChangeset
for help on using the changeset viewer.