Changeset 37518 for trunk/src/wp-includes/class-IXR.php
- Timestamp:
- 05/22/2016 06:49:05 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-IXR.php
r37244 r37518 250 250 if ( function_exists( 'apply_filters' ) ) { 251 251 /** 252 * Filter the number of elements to parse in an XML-RPC response.252 * Filters the number of elements to parse in an XML-RPC response. 253 253 * 254 254 * @since 4.0.0 … … 274 274 275 275 /** 276 * Filter the chunk size that can be used to parse an XML-RPC reponse message.276 * Filters the chunk size that can be used to parse an XML-RPC reponse message. 277 277 * 278 278 * @since 4.4.0
Note: See TracChangeset
for help on using the changeset viewer.