<!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>[13382] trunk: Spelling and grammar fun.</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd><a href="http://trac.wordpress.org/changeset/13382">13382</a></dd>
<dt>Author</dt> <dd>nacin</dd>
<dt>Date</dt> <dd>2010-02-24 20:13:23 +0000 (Wed, 24 Feb 2010)</dd>
</dl>

<h3>Log Message</h3>
<pre>Spelling and grammar fun. Fixes <a href="http://trac.wordpress.org/ticket/11875">#11875</a> props cnorris23</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpadminincludesclasswpfilesystembasephp">trunk/wp-admin/includes/class-wp-filesystem-base.php</a></li>
<li><a href="#trunkwpadminincludesmiscphp">trunk/wp-admin/includes/misc.php</a></li>
<li><a href="#trunkwpadminincludestemplatephp">trunk/wp-admin/includes/template.php</a></li>
<li><a href="#trunkwpcontentthemesdefaultheaderphp">trunk/wp-content/themes/default/header.php</a></li>
<li><a href="#trunkwpincludescapabilitiesphp">trunk/wp-includes/capabilities.php</a></li>
<li><a href="#trunkwpincludescategoryphp">trunk/wp-includes/category.php</a></li>
<li><a href="#trunkwpincludescommenttemplatephp">trunk/wp-includes/comment-template.php</a></li>
<li><a href="#trunkwpincludescommentphp">trunk/wp-includes/comment.php</a></li>
<li><a href="#trunkwpincludesdeprecatedphp">trunk/wp-includes/deprecated.php</a></li>
<li><a href="#trunkwpincludesformattingphp">trunk/wp-includes/formatting.php</a></li>
<li><a href="#trunkwpincludesfunctionsphp">trunk/wp-includes/functions.php</a></li>
<li><a href="#trunkwpincludesgeneraltemplatephp">trunk/wp-includes/general-template.php</a></li>
<li><a href="#trunkwpincludesksesphp">trunk/wp-includes/kses.php</a></li>
<li><a href="#trunkwpincludesmediaphp">trunk/wp-includes/media.php</a></li>
<li><a href="#trunkwpincludespluggablephp">trunk/wp-includes/pluggable.php</a></li>
<li><a href="#trunkwpincludesposttemplatephp">trunk/wp-includes/post-template.php</a></li>
<li><a href="#trunkwpincludespostthumbnailtemplatephp">trunk/wp-includes/post-thumbnail-template.php</a></li>
<li><a href="#trunkwpincludespostphp">trunk/wp-includes/post.php</a></li>
<li><a href="#trunkwpincludesregistrationphp">trunk/wp-includes/registration.php</a></li>
<li><a href="#trunkwpincludestaxonomyphp">trunk/wp-includes/taxonomy.php</a></li>
<li><a href="#trunkwpincludesuserphp">trunk/wp-includes/user.php</a></li>
<li><a href="#trunkwpincludeswpdbphp">trunk/wp-includes/wp-db.php</a></li>
<li><a href="#trunkwptrackbackphp">trunk/wp-trackback.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwpadminincludesclasswpfilesystembasephp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/includes/class-wp-filesystem-base.php (13381 => 13382)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/includes/class-wp-filesystem-base.php        2010-02-24 20:10:12 UTC (rev 13381)
+++ trunk/wp-admin/includes/class-wp-filesystem-base.php        2010-02-24 20:13:23 UTC (rev 13382)
</span><span class="lines">@@ -13,7 +13,7 @@
</span><span class="cx">  */
</span><span class="cx"> class WP_Filesystem_Base {
</span><span class="cx">         /**
</span><del>-         * Whether to display debug data for the connection or not.
</del><ins>+         * Whether to display debug data for the connection.
</ins><span class="cx">          *
</span><span class="cx">          * @since 2.5
</span><span class="cx">          * @access public
</span></span></pre></div>
<a id="trunkwpadminincludesmiscphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/includes/misc.php (13381 => 13382)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/includes/misc.php        2010-02-24 20:10:12 UTC (rev 13381)
+++ trunk/wp-admin/includes/misc.php        2010-02-24 20:13:23 UTC (rev 13382)
</span><span class="lines">@@ -128,7 +128,7 @@
</span><span class="cx">         $home_path = get_home_path();
</span><span class="cx">         $htaccess_file = $home_path.'.htaccess';
</span><span class="cx"> 
</span><del>-        // If the file doesn't already exists check for write access to the directory and whether of not we have some rules.
</del><ins>+        // If the file doesn't already exists check for write access to the directory and whether we have some rules.
</ins><span class="cx">         // else check for write access to the file.
</span><span class="cx">         if ((!file_exists($htaccess_file) &amp;&amp; is_writable($home_path) &amp;&amp; $wp_rewrite-&gt;using_mod_rewrite_permalinks()) || is_writable($htaccess_file)) {
</span><span class="cx">                 if ( got_mod_rewrite() ) {
</span><span class="lines">@@ -359,7 +359,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> /**
</span><del>- * Determine whether to use CodePress or not.
</del><ins>+ * Determine whether to use CodePress.
</ins><span class="cx">  *
</span><span class="cx">  * @since 2.8
</span><span class="cx"> **/
</span></span></pre></div>
<a id="trunkwpadminincludestemplatephp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/includes/template.php (13381 => 13382)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/includes/template.php        2010-02-24 20:10:12 UTC (rev 13381)
+++ trunk/wp-admin/includes/template.php        2010-02-24 20:13:23 UTC (rev 13382)
</span><span class="lines">@@ -180,7 +180,7 @@
</span><span class="cx">  *
</span><span class="cx">  * @param any $checked One of the values to compare
</span><span class="cx">  * @param any $current (true) The other value to compare if not just true
</span><del>- * @param bool $echo Whether or not to echo or just return the string
</del><ins>+ * @param bool $echo Whether to echo or just return the string
</ins><span class="cx">  */
</span><span class="cx"> function checked( $checked, $current = true, $echo = true) {
</span><span class="cx">         return __checked_selected_helper( $checked, $current, $echo, 'checked' );
</span><span class="lines">@@ -195,7 +195,7 @@
</span><span class="cx">  *
</span><span class="cx">  * @param any selected One of the values to compare
</span><span class="cx">  * @param any $current (true) The other value to compare if not just true
</span><del>- * @param bool $echo Whether or not to echo or just return the string
</del><ins>+ * @param bool $echo Whether to echo or just return the string
</ins><span class="cx">  */
</span><span class="cx"> function selected( $selected, $current = true, $echo = true) {
</span><span class="cx">         return __checked_selected_helper( $selected, $current, $echo, 'selected' );
</span><span class="lines">@@ -211,7 +211,7 @@
</span><span class="cx">  *
</span><span class="cx">  * @param any $helper One of the values to compare
</span><span class="cx">  * @param any $current (true) The other value to compare if not just true
</span><del>- * @param bool $echo Whether or not to echo or just return the string
</del><ins>+ * @param bool $echo Whether to echo or just return the string
</ins><span class="cx">  * @param string $type The type of checked|selected we are doing.
</span><span class="cx">  */
</span><span class="cx"> function __checked_selected_helper( $helper, $current, $echo, $type) {
</span></span></pre></div>
<a id="trunkwpcontentthemesdefaultheaderphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/default/header.php (13381 => 13382)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/default/header.php        2010-02-24 20:10:12 UTC (rev 13381)
+++ trunk/wp-content/themes/default/header.php        2010-02-24 20:13:23 UTC (rev 13382)
</span><span class="lines">@@ -18,7 +18,7 @@
</span><span class="cx"> &lt;style type=&quot;text/css&quot; media=&quot;screen&quot;&gt;
</span><span class="cx"> 
</span><span class="cx"> &lt;?php
</span><del>-// Checks to see whether it needs a sidebar or not
</del><ins>+// Checks to see whether it needs a sidebar
</ins><span class="cx"> if ( empty($withcomments) &amp;&amp; !is_single() ) {
</span><span class="cx"> ?&gt;
</span><span class="cx">         #page { background: url(&quot;&lt;?php bloginfo('stylesheet_directory'); ?&gt;/images/kubrickbg-&lt;?php bloginfo('text_direction'); ?&gt;.jpg&quot;) repeat-y top; border: none; }
</span></span></pre></div>
<a id="trunkwpincludescapabilitiesphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/capabilities.php (13381 => 13382)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/capabilities.php        2010-02-24 20:10:12 UTC (rev 13381)
+++ trunk/wp-includes/capabilities.php        2010-02-24 20:13:23 UTC (rev 13382)
</span><span class="lines">@@ -272,7 +272,7 @@
</span><span class="cx">          * PHP4 Constructor - Setup object properties.
</span><span class="cx">          *
</span><span class="cx">          * The list of capabilities, must have the key as the name of the capability
</span><del>-         * and the value a boolean of whether it is granted to the role or not.
</del><ins>+         * and the value a boolean of whether it is granted to the role.
</ins><span class="cx">          *
</span><span class="cx">          * @since 2.0.0
</span><span class="cx">          * @access public
</span></span></pre></div>
<a id="trunkwpincludescategoryphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/category.php (13381 => 13382)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/category.php        2010-02-24 20:10:12 UTC (rev 13381)
+++ trunk/wp-includes/category.php        2010-02-24 20:13:23 UTC (rev 13382)
</span><span class="lines">@@ -100,7 +100,7 @@
</span><span class="cx">  * @since 2.1.0
</span><span class="cx">  *
</span><span class="cx">  * @param string $category_path URL containing category slugs.
</span><del>- * @param bool $full_match Optional. Whether should match full path or not.
</del><ins>+ * @param bool $full_match Optional. Whether full path should be matched.
</ins><span class="cx">  * @param string $output Optional. Constant OBJECT, ARRAY_A, or ARRAY_N
</span><span class="cx">  * @return null|object|array Null on failure. Type is based on $output value.
</span><span class="cx">  */
</span></span></pre></div>
<a id="trunkwpincludescommenttemplatephp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/comment-template.php (13381 => 13382)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/comment-template.php        2010-02-24 20:10:12 UTC (rev 13381)
+++ trunk/wp-includes/comment-template.php        2010-02-24 20:13:23 UTC (rev 13382)
</span><span class="lines">@@ -931,7 +931,7 @@
</span><span class="cx">  *
</span><span class="cx">  * @since 0.71
</span><span class="cx">  * @global string $wpcommentspopupfile The URL to use for the popup window
</span><del>- * @global int $wpcommentsjavascript Whether to use JavaScript or not. Set when function is called
</del><ins>+ * @global int $wpcommentsjavascript Whether to use JavaScript. Set when function is called
</ins><span class="cx">  *
</span><span class="cx">  * @param int $width Optional. The width of the popup window
</span><span class="cx">  * @param int $height Optional. The height of the popup window
</span></span></pre></div>
<a id="trunkwpincludescommentphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/comment.php (13381 => 13382)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/comment.php        2010-02-24 20:10:12 UTC (rev 13381)
+++ trunk/wp-includes/comment.php        2010-02-24 20:13:23 UTC (rev 13382)
</span><span class="lines">@@ -526,7 +526,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> /**
</span><del>- * Validates whether this comment is allowed to be made or not.
</del><ins>+ * Validates whether this comment is allowed to be made.
</ins><span class="cx">  *
</span><span class="cx">  * @since 2.0.0
</span><span class="cx">  * @uses $wpdb
</span></span></pre></div>
<a id="trunkwpincludesdeprecatedphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/deprecated.php (13381 => 13382)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/deprecated.php        2010-02-24 20:10:12 UTC (rev 13381)
+++ trunk/wp-includes/deprecated.php        2010-02-24 20:13:23 UTC (rev 13382)
</span><span class="lines">@@ -1255,8 +1255,8 @@
</span><span class="cx">  * @see get_comment()
</span><span class="cx">  *
</span><span class="cx">  * @param int $comment_ID The ID of the comment
</span><del>- * @param int $no_cache Whether to use the cache or not (casted to bool)
- * @param bool $include_unapproved Whether to include unapproved comments or not
</del><ins>+ * @param int $no_cache Whether to use the cache (casted to bool)
+ * @param bool $include_unapproved Whether to include unapproved comments
</ins><span class="cx">  * @return array The comment data
</span><span class="cx">  */
</span><span class="cx"> function get_commentdata( $comment_ID, $no_cache = 0, $include_unapproved = false ) {
</span></span></pre></div>
<a id="trunkwpincludesformattingphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/formatting.php (13381 => 13382)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/formatting.php        2010-02-24 20:10:12 UTC (rev 13381)
+++ trunk/wp-includes/formatting.php        2010-02-24 20:13:23 UTC (rev 13382)
</span><span class="lines">@@ -287,7 +287,7 @@
</span><span class="cx">  * @param string $string The text which is to be encoded.
</span><span class="cx">  * @param mixed $quote_style Optional. Converts double quotes if set to ENT_COMPAT, both single and double if set to ENT_QUOTES or none if set to ENT_NOQUOTES. Also compatible with old values; converting single quotes if set to 'single', double if set to 'double' or both if otherwise set. Default is ENT_NOQUOTES.
</span><span class="cx">  * @param string $charset Optional. The character encoding of the string. Default is false.
</span><del>- * @param boolean $double_encode Optional. Whether or not to encode existing html entities. Default is false.
</del><ins>+ * @param boolean $double_encode Optional. Whether to encode existing html entities. Default is false.
</ins><span class="cx">  * @return string The encoded text with HTML entities.
</span><span class="cx">  */
</span><span class="cx"> function _wp_specialchars( $string, $quote_style = ENT_NOQUOTES, $charset = false, $double_encode = false ) {
</span><span class="lines">@@ -1110,7 +1110,7 @@
</span><span class="cx">  * @since 0.71
</span><span class="cx">  *
</span><span class="cx">  * @param string $content The text about to be edited.
</span><del>- * @param bool $richedit Whether or not the $content should pass through htmlspecialchars(). Default false.
</del><ins>+ * @param bool $richedit Whether the $content should pass through htmlspecialchars(). Default false.
</ins><span class="cx">  * @return string The text after the filter (and possibly htmlspecialchars()) has been run.
</span><span class="cx">  */
</span><span class="cx"> function format_to_edit($content, $richedit = false) {
</span></span></pre></div>
<a id="trunkwpincludesfunctionsphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/functions.php (13381 => 13382)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/functions.php        2010-02-24 20:10:12 UTC (rev 13381)
+++ trunk/wp-includes/functions.php        2010-02-24 20:13:23 UTC (rev 13382)
</span><span class="lines">@@ -1823,7 +1823,7 @@
</span><span class="cx">         $tables = $wpdb-&gt;get_col('SHOW TABLES');
</span><span class="cx">         $wpdb-&gt;suppress_errors( $suppress );
</span><span class="cx"> 
</span><del>-        $wp_tables = $wpdb-&gt;tables( 'all', true );
</del><ins>+        $wp_tables = $wpdb-&gt;tables( 'all' );
</ins><span class="cx">         // Loop over the WP tables.  If none exist, then scratch install is allowed.
</span><span class="cx">         // If one or more exist, suggest table repair since we got here because the options
</span><span class="cx">         // table could not be accessed.
</span><span class="lines">@@ -1995,7 +1995,7 @@
</span><span class="cx">  * @since 2.0.1
</span><span class="cx">  *
</span><span class="cx">  * @param string $target Full path to attempt to create.
</span><del>- * @return bool Whether the path was created or not. True if path already exists.
</del><ins>+ * @return bool Whether the path was created. True if path already exists.
</ins><span class="cx">  */
</span><span class="cx"> function wp_mkdir_p( $target ) {
</span><span class="cx">         // from php.net/mkdir user contributed notes
</span><span class="lines">@@ -3028,7 +3028,7 @@
</span><span class="cx">  * @since 2.5.0
</span><span class="cx">  *
</span><span class="cx">  * @param string $url
</span><del>- * @return bool Whether or not SSL access is available
</del><ins>+ * @return bool Whether SSL access is available
</ins><span class="cx">  */
</span><span class="cx"> function url_is_accessable_via_ssl($url)
</span><span class="cx"> {
</span></span></pre></div>
<a id="trunkwpincludesgeneraltemplatephp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/general-template.php (13381 => 13382)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/general-template.php        2010-02-24 20:10:12 UTC (rev 13381)
+++ trunk/wp-includes/general-template.php        2010-02-24 20:13:23 UTC (rev 13382)
</span><span class="lines">@@ -168,7 +168,7 @@
</span><span class="cx">  * Display the Log In/Out link.
</span><span class="cx">  *
</span><span class="cx">  * Displays a link, which allows the user to navigate to the Log In page to log in
</span><del>- * or log out depending on whether or not they are currently logged in.
</del><ins>+ * or log out depending on whether they are currently logged in.
</ins><span class="cx">  *
</span><span class="cx">  * @since 1.5.0
</span><span class="cx">  * @uses apply_filters() Calls 'loginout' hook on HTML link content.
</span><span class="lines">@@ -1436,9 +1436,9 @@
</span><span class="cx">  * @since 2.0.0
</span><span class="cx">  *
</span><span class="cx">  * @param string $d Optional Either 'G', 'U', or php date format.
</span><del>- * @param bool $gmt Optional, default is false. Whether of not to return the gmt time.
</del><ins>+ * @param bool $gmt Optional, default is false. Whether to return the gmt time.
</ins><span class="cx">  * @param int|object $post Optional post ID or object. Default is global $post object.
</span><del>- * @param bool $translate Whether to translate the time string or not
</del><ins>+ * @param bool $translate Whether to translate the time string
</ins><span class="cx">  * @return string
</span><span class="cx">  */
</span><span class="cx"> function get_post_time( $d = 'U', $gmt = false, $post = null, $translate = false ) { // returns timestamp
</span><span class="lines">@@ -1486,9 +1486,9 @@
</span><span class="cx">  * @since 2.0.0
</span><span class="cx">  *
</span><span class="cx">  * @param string $d Optional, default is 'U'. Either 'G', 'U', or php date format.
</span><del>- * @param bool $gmt Optional, default is false. Whether of not to return the gmt time.
</del><ins>+ * @param bool $gmt Optional, default is false. Whether to return the gmt time.
</ins><span class="cx">  * @param int|object $post Optional, default is global post object. A post_id or post object
</span><del>- * @param bool $translate Optional, default is false. Whether to translate the result or not
</del><ins>+ * @param bool $translate Optional, default is false. Whether to translate the result
</ins><span class="cx">  * @return string Returns timestamp
</span><span class="cx">  */
</span><span class="cx"> function get_post_modified_time( $d = 'U', $gmt = false, $post = null, $translate = false ) {
</span><span class="lines">@@ -1699,7 +1699,7 @@
</span><span class="cx">  *
</span><span class="cx">  * @since 2.1.0
</span><span class="cx">  *
</span><del>- * @return bool Whether of not TinyMCE exists.
</del><ins>+ * @return bool Whether TinyMCE exists.
</ins><span class="cx">  */
</span><span class="cx"> function rich_edit_exists() {
</span><span class="cx">         global $wp_rich_edit_exists;
</span><span class="lines">@@ -1709,7 +1709,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> /**
</span><del>- * Whether or not the user should have a WYSIWIG editor.
</del><ins>+ * Whether the user should have a WYSIWIG editor.
</ins><span class="cx">  *
</span><span class="cx">  * Checks that the user requires a WYSIWIG editor and that the editor is
</span><span class="cx">  * supported in the users browser.
</span></span></pre></div>
<a id="trunkwpincludesksesphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/kses.php (13381 => 13382)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/kses.php        2010-02-24 20:10:12 UTC (rev 13381)
+++ trunk/wp-includes/kses.php        2010-02-24 20:13:23 UTC (rev 13382)
</span><span class="lines">@@ -739,10 +739,10 @@
</span><span class="cx">  * @since 1.0.0
</span><span class="cx">  *
</span><span class="cx">  * @param string $value Attribute value
</span><del>- * @param string $vless Whether the value is valueless or not. Use 'y' or 'n'
</del><ins>+ * @param string $vless Whether the value is valueless. Use 'y' or 'n'
</ins><span class="cx">  * @param string $checkname What $checkvalue is checking for.
</span><span class="cx">  * @param mixed $checkvalue What constraint the value should pass
</span><del>- * @return bool Whether check passes (true) or not (false)
</del><ins>+ * @return bool Whether check passes
</ins><span class="cx">  */
</span><span class="cx"> function wp_kses_check_attr_val($value, $vless, $checkname, $checkvalue) {
</span><span class="cx">         $ok = true;
</span></span></pre></div>
<a id="trunkwpincludesmediaphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/media.php (13381 => 13382)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/media.php        2010-02-24 20:10:12 UTC (rev 13381)
+++ trunk/wp-includes/media.php        2010-02-24 20:13:23 UTC (rev 13382)
</span><span class="lines">@@ -1316,7 +1316,7 @@
</span><span class="cx">  *
</span><span class="cx">  * @param string $format The format of URL that this provider can handle. You can use asterisks as wildcards.
</span><span class="cx">  * @param string $provider The URL to the oEmbed provider.
</span><del>- * @param boolean $regex Whether the $format parameter is in a regex format or not.
</del><ins>+ * @param boolean $regex Whether the $format parameter is in a regex format.
</ins><span class="cx">  */
</span><span class="cx"> function wp_oembed_add_provider( $format, $provider, $regex = false ) {
</span><span class="cx">         require_once( 'class-oembed.php' );
</span></span></pre></div>
<a id="trunkwpincludespluggablephp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/pluggable.php (13381 => 13382)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/pluggable.php        2010-02-24 20:10:12 UTC (rev 13381)
+++ trunk/wp-includes/pluggable.php        2010-02-24 20:13:23 UTC (rev 13382)
</span><span class="lines">@@ -405,7 +405,7 @@
</span><span class="cx"> 
</span><span class="cx">         $phpmailer-&gt;ContentType = $content_type;
</span><span class="cx"> 
</span><del>-        // Set whether it's plaintext or not, depending on $content_type
</del><ins>+        // Set whether it's plaintext, depending on $content_type
</ins><span class="cx">         if ( $content_type == 'text/html' ) {
</span><span class="cx">                 $phpmailer-&gt;IsHTML( true );
</span><span class="cx">         }
</span><span class="lines">@@ -633,7 +633,7 @@
</span><span class="cx">  * @since 2.5
</span><span class="cx">  *
</span><span class="cx">  * @param int $user_id User ID
</span><del>- * @param bool $remember Whether to remember the user or not
</del><ins>+ * @param bool $remember Whether to remember the user
</ins><span class="cx">  */
</span><span class="cx"> function wp_set_auth_cookie($user_id, $remember = false, $secure = '') {
</span><span class="cx">         if ( $remember ) {
</span></span></pre></div>
<a id="trunkwpincludesposttemplatephp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/post-template.php (13381 => 13382)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/post-template.php        2010-02-24 20:10:12 UTC (rev 13381)
+++ trunk/wp-includes/post-template.php        2010-02-24 20:13:23 UTC (rev 13382)
</span><span class="lines">@@ -1005,8 +1005,8 @@
</span><span class="cx"> /**
</span><span class="cx">  * Whether currently in a page template.
</span><span class="cx">  *
</span><del>- * This template tag allows you to determine whether or not you are in a page
- * template. You can optional provide a template name and then the check will be
</del><ins>+ * This template tag allows you to determine if you are in a page template.
+ * You can optional provide a template name and then the check will be
</ins><span class="cx">  * specific to that template.
</span><span class="cx">  *
</span><span class="cx">  * @since 2.5.0
</span></span></pre></div>
<a id="trunkwpincludespostthumbnailtemplatephp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/post-thumbnail-template.php (13381 => 13382)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/post-thumbnail-template.php        2010-02-24 20:10:12 UTC (rev 13381)
+++ trunk/wp-includes/post-thumbnail-template.php        2010-02-24 20:13:23 UTC (rev 13382)
</span><span class="lines">@@ -15,7 +15,7 @@
</span><span class="cx">  * @since 2.9.0
</span><span class="cx">  *
</span><span class="cx">  * @param int $post_id Optional. Post ID.
</span><del>- * @return bool Whether post has an image attached (true) or not (false).
</del><ins>+ * @return bool Whether post has an image attached.
</ins><span class="cx">  */
</span><span class="cx"> function has_post_thumbnail( $post_id = NULL ) {
</span><span class="cx">         global $id;
</span></span></pre></div>
<a id="trunkwpincludespostphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/post.php (13381 => 13382)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/post.php        2010-02-24 20:10:12 UTC (rev 13381)
+++ trunk/wp-includes/post.php        2010-02-24 20:13:23 UTC (rev 13382)
</span><span class="lines">@@ -132,7 +132,7 @@
</span><span class="cx">  * @uses apply_filters() Calls 'get_attached_file' on file path and attachment ID.
</span><span class="cx">  *
</span><span class="cx">  * @param int $attachment_id Attachment ID.
</span><del>- * @param bool $unfiltered Whether to apply filters or not.
</del><ins>+ * @param bool $unfiltered Whether to apply filters.
</ins><span class="cx">  * @return string The file path to the attached file.
</span><span class="cx">  */
</span><span class="cx"> function get_attached_file( $attachment_id, $unfiltered = false ) {
</span><span class="lines">@@ -1198,7 +1198,7 @@
</span><span class="cx">  * @since 2.7.0
</span><span class="cx">  *
</span><span class="cx">  * @param int $post_id Optional. Post ID.
</span><del>- * @return bool Whether post is sticky (true) or not sticky (false).
</del><ins>+ * @return bool Whether post is sticky.
</ins><span class="cx">  */
</span><span class="cx"> function is_sticky($post_id = null) {
</span><span class="cx">         global $id;
</span></span></pre></div>
<a id="trunkwpincludesregistrationphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/registration.php (13381 => 13382)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/registration.php        2010-02-24 20:10:12 UTC (rev 13381)
+++ trunk/wp-includes/registration.php        2010-02-24 20:13:23 UTC (rev 13382)
</span><span class="lines">@@ -83,7 +83,7 @@
</span><span class="cx">  * 'first_name' - The user's first name.
</span><span class="cx">  * 'last_name' - The user's last name.
</span><span class="cx">  * 'description' - A string containing content about the user.
</span><del>- * 'rich_editing' - A string for whether to enable the rich editor or not. False
</del><ins>+ * 'rich_editing' - A string for whether to enable the rich editor. False
</ins><span class="cx">  *                if not empty.
</span><span class="cx">  * 'user_registered' - The date the user registered. Format is 'Y-m-d H:i:s'.
</span><span class="cx">  * 'role' - A string used to set the user's role.
</span></span></pre></div>
<a id="trunkwpincludestaxonomyphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/taxonomy.php (13381 => 13382)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/taxonomy.php        2010-02-24 20:10:12 UTC (rev 13381)
+++ trunk/wp-includes/taxonomy.php        2010-02-24 20:13:23 UTC (rev 13382)
</span><span class="lines">@@ -128,7 +128,7 @@
</span><span class="cx">  * @uses $wp_taxonomies
</span><span class="cx">  *
</span><span class="cx">  * @param string $taxonomy Name of taxonomy object
</span><del>- * @return bool Whether the taxonomy exists or not.
</del><ins>+ * @return bool Whether the taxonomy exists.
</ins><span class="cx">  */
</span><span class="cx"> function is_taxonomy( $taxonomy ) {
</span><span class="cx">         global $wp_taxonomies;
</span></span></pre></div>
<a id="trunkwpincludesuserphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/user.php (13381 => 13382)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/user.php        2010-02-24 20:10:12 UTC (rev 13381)
+++ trunk/wp-includes/user.php        2010-02-24 20:13:23 UTC (rev 13382)
</span><span class="lines">@@ -260,7 +260,7 @@
</span><span class="cx">  * @param int $user_id User ID
</span><span class="cx">  * @param string $option_name User option name.
</span><span class="cx">  * @param mixed $newvalue User option value.
</span><del>- * @param bool $global Optional. Whether option name is blog specific or not.
</del><ins>+ * @param bool $global Optional. Whether option name is blog specific.
</ins><span class="cx">  * @return unknown
</span><span class="cx">  */
</span><span class="cx"> function update_user_option( $user_id, $option_name, $newvalue, $global = false ) {
</span></span></pre></div>
<a id="trunkwpincludeswpdbphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/wp-db.php (13381 => 13382)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/wp-db.php        2010-02-24 20:10:12 UTC (rev 13381)
+++ trunk/wp-includes/wp-db.php        2010-02-24 20:13:23 UTC (rev 13382)
</span><span class="lines">@@ -952,7 +952,7 @@
</span><span class="cx">          * @since 0.71
</span><span class="cx">          * @see wpdb::show_errors()
</span><span class="cx">          *
</span><del>-         * @return bool Whether showing of errors was active or not
</del><ins>+         * @return bool Whether showing of errors was active
</ins><span class="cx">          */
</span><span class="cx">         function hide_errors() {
</span><span class="cx">                 $show = $this-&gt;show_errors;
</span><span class="lines">@@ -1427,7 +1427,7 @@
</span><span class="cx">         }
</span><span class="cx"> 
</span><span class="cx">         /**
</span><del>-         * Whether or not MySQL database is at least the required minimum version.
</del><ins>+         * Whether MySQL database is at least the required minimum version.
</ins><span class="cx">          *
</span><span class="cx">          * @since 2.5.0
</span><span class="cx">          * @uses $wp_version
</span><span class="lines">@@ -1443,7 +1443,7 @@
</span><span class="cx">         }
</span><span class="cx"> 
</span><span class="cx">         /**
</span><del>-         * Whether of not the database supports collation.
</del><ins>+         * Whether the database supports collation.
</ins><span class="cx">          *
</span><span class="cx">          * Called when WordPress is generating the table scheme.
</span><span class="cx">          *
</span></span></pre></div>
<a id="trunkwptrackbackphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-trackback.php (13381 => 13382)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-trackback.php        2010-02-24 20:10:12 UTC (rev 13381)
+++ trunk/wp-trackback.php        2010-02-24 20:13:23 UTC (rev 13382)
</span><span class="lines">@@ -13,7 +13,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * trackback_response() - Respond with error or success XML message
</span><span class="cx">  *
</span><del>- * @param int|bool $error Whether there was an error or not
</del><ins>+ * @param int|bool $error Whether there was an error
</ins><span class="cx">  * @param string $error_message Error message if an error occurred
</span><span class="cx">  */
</span><span class="cx"> function trackback_response($error = 0, $error_message = '') {
</span></span></pre>
</div>
</div>

</body>
</html>