Make WordPress Core


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

s/Wether/Whether/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/ms-blogs.php

    r15676 r15756  
    422422 * @param string $key The option key
    423423 * @param mixed $value The option value
    424  * @param bool $refresh Wether to refresh blog details or not
     424 * @param bool $refresh Whether to refresh blog details or not
    425425 */
    426426function update_blog_option( $id, $key, $value, $refresh = true ) {
     
    450450 *
    451451 * @param int $new_blog The id of the blog you want to switch to. Default: current blog
    452  * @param bool $validate Wether to check if $new_blog exists before proceeding
     452 * @param bool $validate Whether to check if $new_blog exists before proceeding
    453453 * @return bool True on success, False if the validation failed
    454454 */
     
    587587 *
    588588 * @param int $id The blog id
    589  * @return string Wether the blog is archived or not
     589 * @return string Whether the blog is archived or not
    590590 */
    591591function is_archived( $id ) {
Note: See TracChangeset for help on using the changeset viewer.