- File:
-
- 1 edited
-
trunk/wp-includes/class-wp-ajax-response.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-ajax-response.php
r17771 r16101 17 17 18 18 /** 19 * Constructor - Passes args to {@link WP_Ajax_Response::add()}.19 * PHP4 Constructor - Passes args to {@link WP_Ajax_Response::add()}. 20 20 * 21 21 * @since 2.1.0 … … 25 25 * @return WP_Ajax_Response 26 26 */ 27 function __construct( $args = '' ) {27 function WP_Ajax_Response( $args = '' ) { 28 28 if ( !empty($args) ) 29 29 $this->add($args);
Note: See TracChangeset
for help on using the changeset viewer.