Make WordPress Core


Ignore:
Timestamp:
09/03/2011 02:18:10 PM (14 years ago)
Author:
duck_
Message:

Fix typos in documentation (wp-admin/). See #18560.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/plugin-install.php

    r18586 r18632  
    3636
    3737    // Allows a plugin to override the WordPress.org API entirely.
    38     // Use the filter 'plugins_api_result' to mearly add results.
     38    // Use the filter 'plugins_api_result' to merely add results.
    3939    // Please ensure that a object is returned from the following filters.
    4040    $args = apply_filters('plugins_api_args', $args, $action);
     
    9898        echo $api_tags->get_error_message();
    9999    } else {
    100         //Set up the tags in a way which can be interprated by wp_generate_tag_cloud()
     100        //Set up the tags in a way which can be interpreted by wp_generate_tag_cloud()
    101101        $tags = array();
    102102        foreach ( (array)$api_tags as $tag )
     
    176176 */
    177177function install_plugin_install_status($api, $loop = false) {
    178     // this function is called recursivly, $loop prevents futhur loops.
     178    // this function is called recursively, $loop prevents further loops.
    179179    if ( is_array($api) )
    180180        $api = (object) $api;
Note: See TracChangeset for help on using the changeset viewer.