Changeset 16101
- Timestamp:
- 10/30/2010 02:09:05 PM (14 years ago)
- Location:
- trunk/wp-includes
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-ajax-response.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 * Send XML response back to AJAX request. -
trunk/wp-includes/class-wp-error.php
r16099 r16101 1 1 <?php 2 2 /** 3 * Holds Most of the WordPress classes. 4 * 5 * Some of the other classes are contained in other files. For example, the 6 * WordPress cache is in cache.php and the WordPress roles API is in 7 * capabilities.php. The third party libraries are contained in their own 8 * separate files. 3 * WordPress Error API. 4 * 5 * Contains the WP_Error class and the is_wp_error() function. 9 6 * 10 7 * @package WordPress -
trunk/wp-includes/class-wp-walker.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 * A class for displaying various tree-like structures. -
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.