File-level phpdoc for new class files. fixes #10287.

git-svn-id: https://develop.svn.wordpress.org/trunk@16101 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-10-30 14:09:05 +00:00
parent f9c7ac66ec
commit 88fa2b340c
4 changed files with 2 additions and 38 deletions

View File

@ -1,15 +1,4 @@
<?php
/**
* Holds Most of the WordPress classes.
*
* Some of the other classes are contained in other files. For example, the
* WordPress cache is in cache.php and the WordPress roles API is in
* capabilities.php. The third party libraries are contained in their own
* separate files.
*
* @package WordPress
*/
/**
* Send XML response back to AJAX request.
*

View File

@ -1,11 +1,8 @@
<?php
/**
* Holds Most of the WordPress classes.
* WordPress Error API.
*
* Some of the other classes are contained in other files. For example, the
* WordPress cache is in cache.php and the WordPress roles API is in
* capabilities.php. The third party libraries are contained in their own
* separate files.
* Contains the WP_Error class and the is_wp_error() function.
*
* @package WordPress
*/

View File

@ -1,15 +1,4 @@
<?php
/**
* Holds Most of the WordPress classes.
*
* Some of the other classes are contained in other files. For example, the
* WordPress cache is in cache.php and the WordPress roles API is in
* capabilities.php. The third party libraries are contained in their own
* separate files.
*
* @package WordPress
*/
/**
* A class for displaying various tree-like structures.
*

View File

@ -1,15 +1,4 @@
<?php
/**
* Holds Most of the WordPress classes.
*
* Some of the other classes are contained in other files. For example, the
* WordPress cache is in cache.php and the WordPress roles API is in
* capabilities.php. The third party libraries are contained in their own
* separate files.
*
* @package WordPress
*/
/**
* WordPress environment setup class.
*