Make WordPress Core


Ignore:
Timestamp:
08/13/2014 03:55:10 AM (10 years ago)
Author:
DrewAPicture
Message:

Fix some documentation typos in various core files.

Props vlajos.
Fixes #29199.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-IXR.php

    r29404 r29479  
    359359                }
    360360            } else {
    361                 // Just add as a paramater
     361                // Just add as a parameter
    362362                $this->params[] = $value;
    363363            }
     
    452452        // Perform the callback and send the response
    453453        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
    455455            $args = $args[0];
    456456        }
Note: See TracChangeset for help on using the changeset viewer.