- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-ajax-response.php
r16101 r17771 17 17 18 18 /** 19 * PHP4Constructor - Passes args to {@link WP_Ajax_Response::add()}.19 * 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 WP_Ajax_Response( $args = '' ) {27 function __construct( $args = '' ) { 28 28 if ( !empty($args) ) 29 29 $this->add($args);
Note: See TracChangeset
for help on using the changeset viewer.