Make WordPress Core

Ticket #36522: 36522.diff

File 36522.diff, 459 bytes (added by meitar, 9 years ago)

Fix documentation for _handleAjax method.

  • testcase-ajax.php

     
    175175        /**
    176176         * Mimic the ajax handling of admin-ajax.php
    177177         * Capture the output via output buffering, and if there is any, store
    178          * it in $this->_last_message.
     178         * it in $this->_last_response.
    179179         * @param string $action
    180180         */
    181181        protected function _handleAjax($action) {