]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/class-wp-ajax-response.php
WordPress 4.6.3-scripts
[autoinstalls/wordpress.git] / wp-includes / class-wp-ajax-response.php
index ee2901f971157a2223e11ebffe2ca9c37594eb4e..f02d24ee75cfbfa4b1be928f6b4b56cb18efa9a2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Send XML response back to AJAX request.
+ * Send XML response back to Ajax request.
  *
  * @package WordPress
  * @since 2.1.0
@@ -15,7 +15,7 @@ class WP_Ajax_Response {
        public $responses = array();
 
        /**
-        * Constructor - Passes args to {@link WP_Ajax_Response::add()}.
+        * Constructor - Passes args to WP_Ajax_Response::add().
         *
         * @since 2.1.0
         * @see WP_Ajax_Response::add()