Changeset 16101 for trunk/wp-includes/class-wp.php
- Timestamp:
- 10/30/2010 02:09:05 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp.php
r16099 r16101 1 1 <?php 2 /**3 * Holds Most of the WordPress classes.4 *5 * Some of the other classes are contained in other files. For example, the6 * WordPress cache is in cache.php and the WordPress roles API is in7 * capabilities.php. The third party libraries are contained in their own8 * separate files.9 *10 * @package WordPress11 */12 13 2 /** 14 3 * WordPress environment setup class.
Note: See TracChangeset
for help on using the changeset viewer.