Index: wp-admin/includes/class-wp-filesystem-base.php
===================================================================
--- wp-admin/includes/class-wp-filesystem-base.php	(revision 12704)
+++ wp-admin/includes/class-wp-filesystem-base.php	(working copy)
@@ -13,7 +13,7 @@
  */
 class WP_Filesystem_Base {
 	/**
-	 * Whether to display debug data for the connection or not.
+	 * Whether to display debug data for the connection.
 	 *
 	 * @since 2.5
 	 * @access public
Index: wp-admin/includes/misc.php
===================================================================
--- wp-admin/includes/misc.php	(revision 12704)
+++ wp-admin/includes/misc.php	(working copy)
@@ -125,7 +125,7 @@
 	$home_path = get_home_path();
 	$htaccess_file = $home_path.'.htaccess';
 
-	// If the file doesn't already exists check for write access to the directory and whether of not we have some rules.
+	// If the file doesn't already exists check for write access to the directory and whether we have some rules.
 	// else check for write access to the file.
 	if ((!file_exists($htaccess_file) && is_writable($home_path) && $wp_rewrite->using_mod_rewrite_permalinks()) || is_writable($htaccess_file)) {
 		if ( got_mod_rewrite() ) {
@@ -358,7 +358,7 @@
 }
 
 /**
- * Determine whether to use CodePress or not.
+ * Determine whether to use CodePress.
  *
  * @since 2.8
 **/
Index: wp-admin/includes/template.php
===================================================================
--- wp-admin/includes/template.php	(revision 12704)
+++ wp-admin/includes/template.php	(working copy)
@@ -377,7 +377,7 @@
  *
  * @param any $checked One of the values to compare
  * @param any $current (true) The other value to compare if not just true
- * @param bool $echo Whether or not to echo or just return the string
+ * @param bool $echo Whether to echo or just return the string
  */
 function checked( $checked, $current = true, $echo = true) {
 	return __checked_selected_helper( $checked, $current, $echo, 'checked' );
@@ -392,7 +392,7 @@
  *
  * @param any selected One of the values to compare
  * @param any $current (true) The other value to compare if not just true
- * @param bool $echo Whether or not to echo or just return the string
+ * @param bool $echo Whether to echo or just return the string
  */
 function selected( $selected, $current = true, $echo = true) {
 	return __checked_selected_helper( $selected, $current, $echo, 'selected' );
@@ -408,7 +408,7 @@
  *
  * @param any $helper One of the values to compare
  * @param any $current (true) The other value to compare if not just true
- * @param bool $echo Whether or not to echo or just return the string
+ * @param bool $echo Whether to echo or just return the string
  * @param string $type The type of checked|selected we are doing.
  */
 function __checked_selected_helper( $helper, $current, $echo, $type) {
Index: wp-content/themes/default/header.php
===================================================================
--- wp-content/themes/default/header.php	(revision 12704)
+++ wp-content/themes/default/header.php	(working copy)
@@ -18,7 +18,7 @@
 <style type="text/css" media="screen">
 
 <?php
-// Checks to see whether it needs a sidebar or not
+// Checks to see whether it needs a sidebar
 if ( empty($withcomments) && !is_single() ) {
 ?>
 	#page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbg-<?php bloginfo('text_direction'); ?>.jpg") repeat-y top; border: none; }
Index: wp-includes/capabilities.php
===================================================================
--- wp-includes/capabilities.php	(revision 12704)
+++ wp-includes/capabilities.php	(working copy)
@@ -272,7 +272,7 @@
 	 * PHP4 Constructor - Setup object properties.
 	 *
 	 * The list of capabilities, must have the key as the name of the capability
-	 * and the value a boolean of whether it is granted to the role or not.
+	 * and the value a boolean of whether it is granted to the role.
 	 *
 	 * @since 2.0.0
 	 * @access public
Index: wp-includes/category.php
===================================================================
--- wp-includes/category.php	(revision 12704)
+++ wp-includes/category.php	(working copy)
@@ -100,7 +100,7 @@
  * @since 2.1.0
  *
  * @param string $category_path URL containing category slugs.
- * @param bool $full_match Optional. Whether should match full path or not.
+ * @param bool $full_match Optional. Whether full path should be matched.
  * @param string $output Optional. Constant OBJECT, ARRAY_A, or ARRAY_N
  * @return null|object|array Null on failure. Type is based on $output value.
  */
Index: wp-includes/comment-template.php
===================================================================
--- wp-includes/comment-template.php	(revision 12704)
+++ wp-includes/comment-template.php	(working copy)
@@ -907,7 +907,7 @@
  *
  * @since 0.71
  * @global string $wpcommentspopupfile The URL to use for the popup window
- * @global int $wpcommentsjavascript Whether to use JavaScript or not. Set when function is called
+ * @global int $wpcommentsjavascript Whether to use JavaScript. Set when function is called
  *
  * @param int $width Optional. The width of the popup window
  * @param int $height Optional. The height of the popup window
Index: wp-includes/comment.php
===================================================================
--- wp-includes/comment.php	(revision 12704)
+++ wp-includes/comment.php	(working copy)
@@ -526,7 +526,7 @@
 }
 
 /**
- * Validates whether this comment is allowed to be made or not.
+ * Validates whether this comment is allowed to be made.
  *
  * @since 2.0.0
  * @uses $wpdb
Index: wp-includes/deprecated.php
===================================================================
--- wp-includes/deprecated.php	(revision 12704)
+++ wp-includes/deprecated.php	(working copy)
@@ -1343,8 +1343,8 @@
  * @see get_comment()
  *
  * @param int $comment_ID The ID of the comment
- * @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
+ * @param int $no_cache Whether to use the cache (casted to bool)
+ * @param bool $include_unapproved Whether to include unapproved comments
  * @return array The comment data
  */
 function get_commentdata( $comment_ID, $no_cache = 0, $include_unapproved = false ) {
Index: wp-includes/formatting.php
===================================================================
--- wp-includes/formatting.php	(revision 12704)
+++ wp-includes/formatting.php	(working copy)
@@ -287,7 +287,7 @@
  * @param string $string The text which is to be encoded.
  * @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.
  * @param string $charset Optional. The character encoding of the string. Default is false.
- * @param boolean $double_encode Optional. Whether or not to encode existing html entities. Default is false.
+ * @param boolean $double_encode Optional. Whether to encode existing html entities. Default is false.
  * @return string The encoded text with HTML entities.
  */
 function _wp_specialchars( $string, $quote_style = ENT_NOQUOTES, $charset = false, $double_encode = false ) {
@@ -1104,7 +1104,7 @@
  * @since 0.71
  *
  * @param string $content The text about to be edited.
- * @param bool $richedit Whether or not the $content should pass through htmlspecialchars(). Default false.
+ * @param bool $richedit Whether the $content should pass through htmlspecialchars(). Default false.
  * @return string The text after the filter (and possibly htmlspecialchars()) has been run.
  */
 function format_to_edit($content, $richedit = false) {
Index: wp-includes/functions.php
===================================================================
--- wp-includes/functions.php	(revision 12704)
+++ wp-includes/functions.php	(working copy)
@@ -1928,7 +1928,7 @@
  * @since 2.0.1
  *
  * @param string $target Full path to attempt to create.
- * @return bool Whether the path was created or not. True if path already exists.
+ * @return bool Whether the path was created. True if path already exists.
  */
 function wp_mkdir_p( $target ) {
 	// from php.net/mkdir user contributed notes
@@ -2923,7 +2923,7 @@
  *
  * @since 2.5.0
  *
- * @return bool Whether or not SSL access is available
+ * @return bool Whether SSL access is available
  */
 function url_is_accessable_via_ssl($url)
 {
Index: wp-includes/general-template.php
===================================================================
--- wp-includes/general-template.php	(revision 12704)
+++ wp-includes/general-template.php	(working copy)
@@ -135,7 +135,7 @@
  * Display the Log In/Out link.
  *
  * Displays a link, which allows the user to navigate to the Log In page to log in
- * or log out depending on whether or not they are currently logged in.
+ * or log out depending on whether they are currently logged in.
  *
  * @since 1.5.0
  * @uses apply_filters() Calls 'loginout' hook on HTML link content.
@@ -1364,9 +1364,9 @@
  * @since 2.0.0
  *
  * @param string $d Optional Either 'G', 'U', or php date format.
- * @param bool $gmt Optional, default is false. Whether of not to return the gmt time.
+ * @param bool $gmt Optional, default is false. Whether to return the gmt time.
  * @param int|object $post Optional post ID or object. Default is global $post object.
- * @param bool $translate Whether to translate the time string or not
+ * @param bool $translate Whether to translate the time string
  * @return string
  */
 function get_post_time( $d = 'U', $gmt = false, $post = null, $translate = false ) { // returns timestamp
@@ -1414,9 +1414,9 @@
  * @since 2.0.0
  *
  * @param string $d Optional, default is 'U'. Either 'G', 'U', or php date format.
- * @param bool $gmt Optional, default is false. Whether of not to return the gmt time.
+ * @param bool $gmt Optional, default is false. Whether to return the gmt time.
  * @param int|object $post Optional, default is global post object. A post_id or post object
- * @param bool $translate Optional, default is false. Whether to translate the result or not
+ * @param bool $translate Optional, default is false. Whether to translate the result
  * @return string Returns timestamp
  */
 function get_post_modified_time( $d = 'U', $gmt = false, $post = null, $translate = false ) {
@@ -1627,7 +1627,7 @@
  *
  * @since 2.1.0
  *
- * @return bool Whether of not TinyMCE exists.
+ * @return bool Whether TinyMCE exists.
  */
 function rich_edit_exists() {
 	global $wp_rich_edit_exists;
@@ -1637,7 +1637,7 @@
 }
 
 /**
- * Whether or not the user should have a WYSIWIG editor.
+ * Whether the user should have a WYSIWIG editor.
  *
  * Checks that the user requires a WYSIWIG editor and that the editor is
  * supported in the users browser.
Index: wp-includes/kses.php
===================================================================
--- wp-includes/kses.php	(revision 12704)
+++ wp-includes/kses.php	(working copy)
@@ -696,10 +696,10 @@
  * @since 1.0.0
  *
  * @param string $value Attribute value
- * @param string $vless Whether the value is valueless or not. Use 'y' or 'n'
+ * @param string $vless Whether the value is valueless. Use 'y' or 'n'
  * @param string $checkname What $checkvalue is checking for.
  * @param mixed $checkvalue What constraint the value should pass
- * @return bool Whether check passes (true) or not (false)
+ * @return bool Whether check passes
  */
 function wp_kses_check_attr_val($value, $vless, $checkname, $checkvalue) {
 	$ok = true;
Index: wp-includes/media.php
===================================================================
--- wp-includes/media.php	(revision 12704)
+++ wp-includes/media.php	(working copy)
@@ -1308,7 +1308,7 @@
  *
  * @param string $format The format of URL that this provider can handle. You can use asterisks as wildcards.
  * @param string $provider The URL to the oEmbed provider.
- * @param boolean $regex Whether the $format parameter is in a regex format or not.
+ * @param boolean $regex Whether the $format parameter is in a regex format.
  */
 function wp_oembed_add_provider( $format, $provider, $regex = false ) {
 	require_once( 'class-oembed.php' );
Index: wp-includes/pluggable.php
===================================================================
--- wp-includes/pluggable.php	(revision 12704)
+++ wp-includes/pluggable.php	(working copy)
@@ -405,7 +405,7 @@
 
 	$phpmailer->ContentType = $content_type;
 
-	// Set whether it's plaintext or not, depending on $content_type
+	// Set whether it's plaintext, depending on $content_type
 	if ( $content_type == 'text/html' ) {
 		$phpmailer->IsHTML( true );
 	}
@@ -633,7 +633,7 @@
  * @since 2.5
  *
  * @param int $user_id User ID
- * @param bool $remember Whether to remember the user or not
+ * @param bool $remember Whether to remember the user
  */
 function wp_set_auth_cookie($user_id, $remember = false, $secure = '') {
 	if ( $remember ) {
Index: wp-includes/post-template.php
===================================================================
--- wp-includes/post-template.php	(revision 12704)
+++ wp-includes/post-template.php	(working copy)
@@ -1150,8 +1150,8 @@
 /**
  * Whether currently in a page template.
  *
- * 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
+ * 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
  * specific to that template.
  *
  * @since 2.5.0
Index: wp-includes/post-thumbnail-template.php
===================================================================
--- wp-includes/post-thumbnail-template.php	(revision 12704)
+++ wp-includes/post-thumbnail-template.php	(working copy)
@@ -15,7 +15,7 @@
  * @since 2.9.0
  *
  * @param int $post_id Optional. Post ID.
- * @return bool Whether post has an image attached (true) or not (false).
+ * @return bool Whether post has an image attached.
  */
 function has_post_thumbnail( $post_id = NULL ) {
 	global $id;
Index: wp-includes/post.php
===================================================================
--- wp-includes/post.php	(revision 12704)
+++ wp-includes/post.php	(working copy)
@@ -39,7 +39,7 @@
  * @uses apply_filters() Calls 'get_attached_file' on file path and attachment ID.
  *
  * @param int $attachment_id Attachment ID.
- * @param bool $unfiltered Whether to apply filters or not.
+ * @param bool $unfiltered Whether to apply filters.
  * @return string The file path to the attached file.
  */
 function get_attached_file( $attachment_id, $unfiltered = false ) {
@@ -894,7 +894,7 @@
  * @since 2.7.0
  *
  * @param int $post_id Optional. Post ID.
- * @return bool Whether post is sticky (true) or not sticky (false).
+ * @return bool Whether post is sticky.
  */
 function is_sticky($post_id = null) {
 	global $id;
Index: wp-includes/registration.php
===================================================================
--- wp-includes/registration.php	(revision 12704)
+++ wp-includes/registration.php	(working copy)
@@ -83,7 +83,7 @@
  * 'first_name' - The user's first name.
  * 'last_name' - The user's last name.
  * 'description' - A string containing content about the user.
- * 'rich_editing' - A string for whether to enable the rich editor or not. False
+ * 'rich_editing' - A string for whether to enable the rich editor. False
  *		if not empty.
  * 'user_registered' - The date the user registered. Format is 'Y-m-d H:i:s'.
  * 'role' - A string used to set the user's role.
Index: wp-includes/taxonomy.php
===================================================================
--- wp-includes/taxonomy.php	(revision 12704)
+++ wp-includes/taxonomy.php	(working copy)
@@ -94,7 +94,7 @@
  * @uses $wp_taxonomies
  *
  * @param string $taxonomy Name of taxonomy object
- * @return bool Whether the taxonomy exists or not.
+ * @return bool Whether the taxonomy exists.
  */
 function is_taxonomy( $taxonomy ) {
 	global $wp_taxonomies;
Index: wp-includes/user.php
===================================================================
--- wp-includes/user.php	(revision 12704)
+++ wp-includes/user.php	(working copy)
@@ -252,7 +252,7 @@
  * @param int $user_id User ID
  * @param string $option_name User option name.
  * @param mixed $newvalue User option value.
- * @param bool $global Optional. Whether option name is blog specific or not.
+ * @param bool $global Optional. Whether option name is blog specific.
  * @return unknown
  */
 function update_user_option( $user_id, $option_name, $newvalue, $global = false ) {
Index: wp-includes/wp-db.php
===================================================================
--- wp-includes/wp-db.php	(revision 12704)
+++ wp-includes/wp-db.php	(working copy)
@@ -706,7 +706,7 @@
 	 *
 	 * @since 0.71
 	 *
-	 * @return bool Whether showing of errors was active or not
+	 * @return bool Whether showing of errors was active
 	 */
 	function hide_errors() {
 		$show = $this->show_errors;
@@ -1168,7 +1168,7 @@
 	}
 
 	/**
-	 * Whether or not MySQL database is at least the required minimum version.
+	 * Whether MySQL database is at least the required minimum version.
 	 *
 	 * @since 2.5.0
 	 * @uses $wp_version
@@ -1184,7 +1184,7 @@
 	}
 
 	/**
-	 * Whether of not the database supports collation.
+	 * Whether the database supports collation.
 	 *
 	 * Called when WordPress is generating the table scheme.
 	 *
Index: wp-trackback.php
===================================================================
--- wp-trackback.php	(revision 12704)
+++ wp-trackback.php	(working copy)
@@ -13,7 +13,7 @@
 /**
  * trackback_response() - Respond with error or success XML message
  *
- * @param int|bool $error Whether there was an error or not
+ * @param int|bool $error Whether there was an error
  * @param string $error_message Error message if an error occurred
  */
 function trackback_response($error = 0, $error_message = '') {
