Make WordPress Core


Ignore:
Timestamp:
10/08/2010 02:35:06 AM (14 years ago)
Author:
nacin
Message:

s/Wether/Whether/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/taxonomy.php

    r15734 r15756  
    441441 * @param string|array $taxonomies String of taxonomy name or Array of string values of taxonomy names
    442442 * @param array|string $args
    443  *   'include_children' bool Wether to include term children (hierarchical taxonomies only)
     443 *   'include_children' bool Whether to include term children (hierarchical taxonomies only)
    444444 *   'field' string Which term field is being used. Can be 'term_id', 'slug' or 'name'
    445445 *   'operator' string Can be 'IN' and 'NOT IN'
    446  *   'do_query' bool Wether to execute the query or return the SQL string
     446 *   'do_query' bool Whether to execute the query or return the SQL string
    447447 *
    448448 * @return WP_Error If the taxonomy does not exist
Note: See TracChangeset for help on using the changeset viewer.