<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fc0 solid; padding: 6px; }
#msg ul, pre { overflow: auto; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[15756] trunk: s/Wether/Whether/</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd><a href="http://trac.wordpress.org/changeset/15756">15756</a></dd>
<dt>Author</dt> <dd>nacin</dd>
<dt>Date</dt> <dd>2010-10-08 02:35:06 +0000 (Fri, 08 Oct 2010)</dd>
</dl>

<h3>Log Message</h3>
<pre>s/Wether/Whether/</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpadminincludesdefaultlisttablesphp">trunk/wp-admin/includes/default-list-tables.php</a></li>
<li><a href="#trunkwpadminincludeslisttablephp">trunk/wp-admin/includes/list-table.php</a></li>
<li><a href="#trunkwpincludesclassesphp">trunk/wp-includes/classes.php</a></li>
<li><a href="#trunkwpincludesmsblogsphp">trunk/wp-includes/ms-blogs.php</a></li>
<li><a href="#trunkwpincludestaxonomyphp">trunk/wp-includes/taxonomy.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwpadminincludesdefaultlisttablesphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/includes/default-list-tables.php (15755 => 15756)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/includes/default-list-tables.php        2010-10-08 02:27:22 UTC (rev 15755)
+++ trunk/wp-admin/includes/default-list-tables.php        2010-10-08 02:35:06 UTC (rev 15756)
</span><span class="lines">@@ -12,7 +12,7 @@
</span><span class="cx"> class WP_Posts_Table extends WP_List_Table {
</span><span class="cx"> 
</span><span class="cx">         /**
</span><del>-         * Wether the items should be displayed hierarchically or linearly
</del><ins>+         * Whether the items should be displayed hierarchically or linearly
</ins><span class="cx">          *
</span><span class="cx">          * @since 3.1.0
</span><span class="cx">          * @var bool
</span></span></pre></div>
<a id="trunkwpadminincludeslisttablephp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/includes/list-table.php (15755 => 15756)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/includes/list-table.php        2010-10-08 02:27:22 UTC (rev 15755)
+++ trunk/wp-admin/includes/list-table.php        2010-10-08 02:35:06 UTC (rev 15756)
</span><span class="lines">@@ -153,7 +153,7 @@
</span><span class="cx">         }
</span><span class="cx"> 
</span><span class="cx">         /**
</span><del>-         * Wether the table has items to display or not
</del><ins>+         * Whether the table has items to display or not
</ins><span class="cx">          *
</span><span class="cx">          * @since 3.1.0
</span><span class="cx">          * @access public
</span><span class="lines">@@ -540,7 +540,7 @@
</span><span class="cx">          * @since 3.1.0
</span><span class="cx">          * @access protected
</span><span class="cx">          *
</span><del>-         * @param bool $with_id Wether to set the id attribute or not
</del><ins>+         * @param bool $with_id Whether to set the id attribute or not
</ins><span class="cx">          */
</span><span class="cx">         function print_column_headers( $with_id = true ) {
</span><span class="cx">                 $screen = $this-&gt;_screen;
</span></span></pre></div>
<a id="trunkwpincludesclassesphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/classes.php (15755 => 15756)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/classes.php        2010-10-08 02:27:22 UTC (rev 15755)
+++ trunk/wp-includes/classes.php        2010-10-08 02:35:06 UTC (rev 15756)
</span><span class="lines">@@ -575,7 +575,7 @@
</span><span class="cx">          * - 'operator' string (optional)
</span><span class="cx">          *                Possible values: 'IN' and 'NOT IN'.
</span><span class="cx">          *                Default: 'IN'
</span><del>-         * - 'include_children' bool (optional) Wether to include child terms.
</del><ins>+         * - 'include_children' bool (optional) Whether to include child terms.
</ins><span class="cx">          *                Default: true
</span><span class="cx">          *
</span><span class="cx">          * @since 3.1.0
</span></span></pre></div>
<a id="trunkwpincludesmsblogsphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/ms-blogs.php (15755 => 15756)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/ms-blogs.php        2010-10-08 02:27:22 UTC (rev 15755)
+++ trunk/wp-includes/ms-blogs.php        2010-10-08 02:35:06 UTC (rev 15756)
</span><span class="lines">@@ -421,7 +421,7 @@
</span><span class="cx">  * @param int $id The blog id
</span><span class="cx">  * @param string $key The option key
</span><span class="cx">  * @param mixed $value The option value
</span><del>- * @param bool $refresh Wether to refresh blog details or not
</del><ins>+ * @param bool $refresh Whether to refresh blog details or not
</ins><span class="cx">  */
</span><span class="cx"> function update_blog_option( $id, $key, $value, $refresh = true ) {
</span><span class="cx">         $id = (int) $id;
</span><span class="lines">@@ -449,7 +449,7 @@
</span><span class="cx">  * @since MU
</span><span class="cx">  *
</span><span class="cx">  * @param int $new_blog The id of the blog you want to switch to. Default: current blog
</span><del>- * @param bool $validate Wether to check if $new_blog exists before proceeding
</del><ins>+ * @param bool $validate Whether to check if $new_blog exists before proceeding
</ins><span class="cx">  * @return bool        True on success, False if the validation failed
</span><span class="cx">  */
</span><span class="cx"> function switch_to_blog( $new_blog, $validate = false ) {
</span><span class="lines">@@ -586,7 +586,7 @@
</span><span class="cx">  * @since MU
</span><span class="cx">  *
</span><span class="cx">  * @param int $id The blog id
</span><del>- * @return string Wether the blog is archived or not
</del><ins>+ * @return string Whether the blog is archived or not
</ins><span class="cx">  */
</span><span class="cx"> function is_archived( $id ) {
</span><span class="cx">         return get_blog_status($id, 'archived');
</span></span></pre></div>
<a id="trunkwpincludestaxonomyphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/taxonomy.php (15755 => 15756)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/taxonomy.php        2010-10-08 02:27:22 UTC (rev 15755)
+++ trunk/wp-includes/taxonomy.php        2010-10-08 02:35:06 UTC (rev 15756)
</span><span class="lines">@@ -440,10 +440,10 @@
</span><span class="cx">  * @param mixed $terms Term id/slug/name or array of such to match against
</span><span class="cx">  * @param string|array $taxonomies String of taxonomy name or Array of string values of taxonomy names
</span><span class="cx">  * @param array|string $args
</span><del>- *   'include_children' bool Wether to include term children (hierarchical taxonomies only)
</del><ins>+ *   'include_children' bool Whether to include term children (hierarchical taxonomies only)
</ins><span class="cx">  *   'field' string Which term field is being used. Can be 'term_id', 'slug' or 'name'
</span><span class="cx">  *   'operator' string Can be 'IN' and 'NOT IN'
</span><del>- *   'do_query' bool Wether to execute the query or return the SQL string
</del><ins>+ *   'do_query' bool Whether to execute the query or return the SQL string
</ins><span class="cx">  *
</span><span class="cx">  * @return WP_Error If the taxonomy does not exist
</span><span class="cx">  * @return array The list of found object_ids
</span></span></pre>
</div>
</div>

</body>
</html>