~ubuntu-branches/debian/sid/wordpress/sid

« back to all changes in this revision

Viewing changes to wp-includes/class-IXR.php

  • Committer: Package Import Robot
  • Author(s): Craig Small
  • Date: 2014-09-05 20:58:06 UTC
  • mfrom: (1.2.38)
  • Revision ID: package-import@ubuntu.com-20140905205806-e4h6dkg4190n0svf
Tags: 4.0+dfsg-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
358
358
                    $this->_arraystructs[count($this->_arraystructs)-1][] = $value;
359
359
                }
360
360
            } else {
361
 
                // Just add as a paramater
 
361
                // Just add as a parameter
362
362
                $this->params[] = $value;
363
363
            }
364
364
        }
451
451
 
452
452
        // Perform the callback and send the response
453
453
        if (count($args) == 1) {
454
 
            // If only one paramater just send that instead of the whole array
 
454
            // If only one parameter just send that instead of the whole array
455
455
            $args = $args[0];
456
456
        }
457
457