Make WordPress Core

Changeset 37199


Ignore:
Timestamp:
04/14/2016 02:28:03 AM (8 years ago)
Author:
SergeyBiryukov
Message:

Docs: Reference the correct variable in WP_Ajax_UnitTestCase::_handleAjax() documentation.

Props meitar.
Fixes #36522.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/includes/testcase-ajax.php

    r35311 r37199  
    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     */
    181     protected function _handleAjax($action) {
     181    protected function _handleAjax( $action ) {
    182182
    183183        // Start output buffering
Note: See TracChangeset for help on using the changeset viewer.