summaryrefslogtreecommitdiffstatshomepage
path: root/wp-includes/class-wp-ajax-response.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/class-wp-ajax-response.php')
-rw-r--r--wp-includes/class-wp-ajax-response.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/wp-includes/class-wp-ajax-response.php b/wp-includes/class-wp-ajax-response.php
index 725a12eb85..cf64bfbc35 100644
--- a/wp-includes/class-wp-ajax-response.php
+++ b/wp-includes/class-wp-ajax-response.php
@@ -1,16 +1,5 @@
<?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.
*
* @package WordPress