Changeset 29479 for trunk/src/wp-includes/class-IXR.php
- Timestamp:
- 08/13/2014 03:55:10 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-IXR.php
r29404 r29479 359 359 } 360 360 } else { 361 // Just add as a param ater361 // Just add as a parameter 362 362 $this->params[] = $value; 363 363 } … … 452 452 // Perform the callback and send the response 453 453 if (count($args) == 1) { 454 // If only one param ater just send that instead of the whole array454 // If only one parameter just send that instead of the whole array 455 455 $args = $args[0]; 456 456 }
Note: See TracChangeset
for help on using the changeset viewer.