Index: src/wp-admin/admin.php
===================================================================
--- src/wp-admin/admin.php	(revision 37430)
+++ src/wp-admin/admin.php	(working copy)
@@ -175,7 +175,7 @@
 	if ( ! $page_hook = get_plugin_page_hook($plugin_page, $the_parent) ) {
 		$page_hook = get_plugin_page_hook($plugin_page, $plugin_page);
 
-		// Backwards compatibility for plugins using add_management_page().
+		// Back-compat for plugins using add_management_page().
 		if ( empty( $page_hook ) && 'edit.php' == $pagenow && '' != get_plugin_page_hook($plugin_page, 'tools.php') ) {
 			// There could be plugin specific params on the URL, so we need the whole query string
 			if ( !empty($_SERVER[ 'QUERY_STRING' ]) )
Index: src/wp-admin/includes/ajax-actions.php
===================================================================
--- src/wp-admin/includes/ajax-actions.php	(revision 37430)
+++ src/wp-admin/includes/ajax-actions.php	(working copy)
@@ -2466,7 +2466,7 @@
 }
 
 /**
- * Ajax handler for saving backwards compatible attachment attributes.
+ * Ajax handler for saving backward compatible attachment attributes.
  *
  * @since 3.5.0
  */
@@ -2552,7 +2552,7 @@
  * Ajax handler for sending an attachment to the editor.
  *
  * Generates the HTML to send an attachment to the editor.
- * Backwards compatible with the media_send_to_editor filter
+ * Backward compatible with the media_send_to_editor filter
  * and the chain of filters that follow.
  *
  * @since 3.5.0
@@ -2617,7 +2617,7 @@
  *
  * Generates the HTML to send a non-image embed link to the editor.
  *
- * Backwards compatible with the following filters:
+ * Backward compatible with the following filters:
  * - file_send_to_editor_url
  * - audio_send_to_editor_url
  * - video_send_to_editor_url
Index: src/wp-admin/includes/class-wp-list-table.php
===================================================================
--- src/wp-admin/includes/class-wp-list-table.php	(revision 37430)
+++ src/wp-admin/includes/class-wp-list-table.php	(working copy)
@@ -166,7 +166,7 @@
 	}
 
 	/**
-	 * Make private properties readable for backwards compatibility.
+	 * Make private properties readable for backward compatibility.
 	 *
 	 * @since 4.0.0
 	 * @access public
@@ -181,7 +181,7 @@
 	}
 
 	/**
-	 * Make private properties settable for backwards compatibility.
+	 * Make private properties settable for backward compatibility.
 	 *
 	 * @since 4.0.0
 	 * @access public
@@ -197,7 +197,7 @@
 	}
 
 	/**
-	 * Make private properties checkable for backwards compatibility.
+	 * Make private properties checkable for backward compatibility.
 	 *
 	 * @since 4.0.0
 	 * @access public
@@ -212,7 +212,7 @@
 	}
 
 	/**
-	 * Make private properties un-settable for backwards compatibility.
+	 * Make private properties un-settable for backward compatibility.
 	 *
 	 * @since 4.0.0
 	 * @access public
@@ -226,7 +226,7 @@
 	}
 
 	/**
-	 * Make private/protected methods readable for backwards compatibility.
+	 * Make private/protected methods readable for backward compatibility.
 	 *
 	 * @since 4.0.0
 	 * @access public
@@ -432,7 +432,7 @@
 	 * @access protected
 	 *
 	 * @param string $which The location of the bulk actions: 'top' or 'bottom'.
-	 *                      This is designated as optional for backwards-compatibility.
+	 *                      This is designated as optional for backward compatibility.
 	 */
 	protected function bulk_actions( $which = '' ) {
 		if ( is_null( $this->_actions ) ) {
Index: src/wp-admin/includes/class-wp-screen.php
===================================================================
--- src/wp-admin/includes/class-wp-screen.php	(revision 37430)
+++ src/wp-admin/includes/class-wp-screen.php	(working copy)
@@ -418,10 +418,8 @@
 	}
 
 	/**
-	 * Sets the old string-based contextual help for the screen.
+	 * Sets the old string-based contextual help for the screen for backward compatibility.
 	 *
-	 * For backwards compatibility.
-	 *
 	 * @since 3.3.0
 	 *
 	 * @static
@@ -722,7 +720,7 @@
 	/**
 	 * Render the screen's help section.
 	 *
-	 * This will trigger the deprecated filters for backwards compatibility.
+	 * This will trigger the deprecated filters for backward compatibility.
 	 *
 	 * @since 3.3.0
 	 *
Index: src/wp-admin/includes/plugin.php
===================================================================
--- src/wp-admin/includes/plugin.php	(revision 37430)
+++ src/wp-admin/includes/plugin.php	(working copy)
@@ -487,7 +487,7 @@
  * be activated only as a network wide plugin. The plugin would also work
  * when Multisite is not enabled.
  *
- * Checks for "Site Wide Only: true" for backwards compatibility.
+ * Checks for "Site Wide Only: true" for backward compatibility.
  *
  * @since 3.0.0
  *
Index: src/wp-admin/js/common.js
===================================================================
--- src/wp-admin/js/common.js	(revision 37430)
+++ src/wp-admin/js/common.js	(working copy)
@@ -394,7 +394,7 @@
 	}
 
 	/*
-	 * The `.below-h2` class is here just for backwards compatibility with plugins
+	 * The `.below-h2` class is here just for backward compatibility with plugins
 	 * that are (incorrectly) using it. Do not use. Use `.inline` instead. See #34570.
 	 */
 	$( 'div.updated, div.error, div.notice' ).not( '.inline, .below-h2' ).insertAfter( $( '.wrap h1, .wrap h2' ).first() );
Index: src/wp-admin/js/password-strength-meter.js
===================================================================
--- src/wp-admin/js/password-strength-meter.js	(revision 37430)
+++ src/wp-admin/js/password-strength-meter.js	(working copy)
@@ -70,6 +70,6 @@
 		}
 	};
 
-	// Backwards compatibility.
+	// Back-compat.
 	passwordStrength = wp.passwordStrength.meter;
-})(jQuery);
\ No newline at end of file
+})(jQuery);
Index: src/wp-admin/js/wp-fullscreen-stub.js
===================================================================
--- src/wp-admin/js/wp-fullscreen-stub.js	(revision 37430)
+++ src/wp-admin/js/wp-fullscreen-stub.js	(working copy)
@@ -1,5 +1,5 @@
 /**
- * Distraction-Free Writing (wp-fullscreen) backwards compatibility stub.
+ * Distraction-Free Writing (wp-fullscreen) backward compatibility stub.
  * Todo: remove at the end of 2016.
  *
  * Original was deprecated in 4.1, removed in 4.3.
Index: src/wp-admin/menu.php
===================================================================
--- src/wp-admin/menu.php	(revision 37430)
+++ src/wp-admin/menu.php	(working copy)
@@ -265,7 +265,7 @@
 $_wp_real_parent_file['wpmu-admin.php'] = 'tools.php';
 $_wp_real_parent_file['ms-admin.php'] = 'tools.php';
 
-// ensure we're backwards compatible
+// Ensure backward compatibility.
 $compat = array(
 	'index' => 'dashboard',
 	'edit' => 'posts',
Index: src/wp-admin/options-head.php
===================================================================
--- src/wp-admin/options-head.php	(revision 37430)
+++ src/wp-admin/options-head.php	(working copy)
@@ -11,7 +11,7 @@
 wp_reset_vars( array( 'action' ) );
 
 if ( isset( $_GET['updated'] ) && isset( $_GET['page'] ) ) {
-	// For backwards compat with plugins that don't use the Settings API and just set updated=1 in the redirect
+	// For back-compat with plugins that don't use the Settings API and just set updated=1 in the redirect.
 	add_settings_error('general', 'settings_updated', __('Settings saved.'), 'updated');
 }
 
Index: src/wp-admin/theme-install.php
===================================================================
--- src/wp-admin/theme-install.php	(revision 37430)
+++ src/wp-admin/theme-install.php	(working copy)
@@ -118,8 +118,7 @@
 	/**
 	 * Filter the tabs shown on the Add Themes screen.
 	 *
-	 * This filter is for backwards compatibility only, for the suppression
-	 * of the upload tab.
+	 * This filter is for backward compatibility only, for the suppression of the upload tab.
 	 *
 	 * @since 2.8.0
 	 *
Index: src/wp-includes/author-template.php
===================================================================
--- src/wp-includes/author-template.php	(revision 37430)
+++ src/wp-includes/author-template.php	(working copy)
@@ -45,7 +45,7 @@
  * still use the old behavior will also pass the value from get_the_author().
  *
  * The normal, expected behavior of this function is to echo the author and not
- * return it. However, backwards compatibility has to be maintained.
+ * return it. However, backward compatibility has to be maintained.
  *
  * @since 0.71
  * @see get_the_author()
Index: src/wp-includes/cache.php
===================================================================
--- src/wp-includes/cache.php	(revision 37430)
+++ src/wp-includes/cache.php	(working copy)
@@ -344,7 +344,7 @@
 	private $multisite;
 
 	/**
-	 * Makes private properties readable for backwards compatibility.
+	 * Makes private properties readable for backward compatibility.
 	 *
 	 * @since 4.0.0
 	 * @access public
@@ -357,7 +357,7 @@
 	}
 
 	/**
-	 * Makes private properties settable for backwards compatibility.
+	 * Makes private properties settable for backward compatibility.
 	 *
 	 * @since 4.0.0
 	 * @access public
@@ -371,7 +371,7 @@
 	}
 
 	/**
-	 * Makes private properties checkable for backwards compatibility.
+	 * Makes private properties checkable for backward compatibility.
 	 *
 	 * @since 4.0.0
 	 * @access public
@@ -384,7 +384,7 @@
 	}
 
 	/**
-	 * Makes private properties un-settable for backwards compatibility.
+	 * Makes private properties un-settable for backward compatibility.
 	 *
 	 * @since 4.0.0
 	 * @access public
Index: src/wp-includes/category.php
===================================================================
--- src/wp-includes/category.php	(revision 37430)
+++ src/wp-includes/category.php	(working copy)
@@ -10,7 +10,7 @@
  * Retrieve list of category objects.
  *
  * If you change the type to 'link' in the arguments, then the link categories
- * will be returned instead. Also all categories will be updated to be backwards
+ * will be returned instead. Also all categories will be updated to be backward
  * compatible with pre-2.3 plugins and themes.
  *
  * @since 2.1.0
@@ -77,7 +77,7 @@
  * If you look at get_term(), then both types will be passed through several
  * filters and finally sanitized based on the $filter parameter value.
  *
- * The category will converted to maintain backwards compatibility.
+ * The category will converted to maintain backward compatibility.
  *
  * @since 1.5.1
  *
Index: src/wp-includes/certificates/ca-bundle.crt
===================================================================
--- src/wp-includes/certificates/ca-bundle.crt	(revision 37430)
+++ src/wp-includes/certificates/ca-bundle.crt	(working copy)
@@ -3,7 +3,7 @@
 ##
 ## Certificate data from Mozilla as of: Wed Sep 16 08:58:11 2015
 ## Includes a WordPress Modification - We include the 'legacy' 1024bit certificates
-## for backwards compatibility. See https://core.trac.wordpress.org/ticket/34935#comment:10
+## for backward compatibility. See https://core.trac.wordpress.org/ticket/34935#comment:10
 ##
 ## This is a bundle of X.509 certificates of public Certificate Authorities
 ## (CA). These were automatically extracted from Mozilla's root certificates
Index: src/wp-includes/class-oembed.php
===================================================================
--- src/wp-includes/class-oembed.php	(revision 37430)
+++ src/wp-includes/class-oembed.php	(working copy)
@@ -38,7 +38,7 @@
 	public static $early_providers = array();
 
 	/**
-	 * A list of private/protected methods, used for backwards compatibility.
+	 * A list of private/protected methods, used for backward compatibility.
 	 *
 	 * @since 4.2.0
 	 * @access private
@@ -192,7 +192,7 @@
 	}
 
 	/**
-	 * Exposes private/protected methods for backwards compatibility.
+	 * Exposes private/protected methods for backward compatibility.
 	 *
 	 * @since 4.0.0
 	 * @access public
Index: src/wp-includes/class-wp-comment-query.php
===================================================================
--- src/wp-includes/class-wp-comment-query.php	(revision 37430)
+++ src/wp-includes/class-wp-comment-query.php	(working copy)
@@ -125,7 +125,7 @@
 	public $max_num_pages = 0;
 
 	/**
-	 * Make private/protected methods readable for backwards compatibility.
+	 * Make private/protected methods readable for backward compatibility.
 	 *
 	 * @since 4.0.0
 	 * @access public
Index: src/wp-includes/class-wp-editor.php
===================================================================
--- src/wp-includes/class-wp-editor.php	(revision 37430)
+++ src/wp-includes/class-wp-editor.php	(working copy)
@@ -54,7 +54,8 @@
 	 *     @type string     $editor_class      Extra classes to add to the editor textarea element. Default empty.
 	 *     @type bool       $teeny             Whether to output the minimal editor config. Examples include
 	 *                                         Press This and the Comment editor. Default false.
-	 *     @type bool       $dfw               Deprecated in 4.1. Since 4.3 used only to enqueue wp-fullscreen-stub.js for backwards compatibility.
+	 *     @type bool       $dfw               Deprecated in 4.1. Since 4.3 used only to enqueue wp-fullscreen-stub.js
+	 *                                         for backward compatibility.
 	 *     @type bool|array $tinymce           Whether to load TinyMCE. Can be used to pass settings directly to
 	 *                                         TinyMCE using an array. Default true.
 	 *     @type bool|array $quicktags         Whether to load Quicktags. Can be used to pass settings directly to
Index: src/wp-includes/class-wp-http-requests-response.php
===================================================================
--- src/wp-includes/class-wp-http-requests-response.php	(revision 37430)
+++ src/wp-includes/class-wp-http-requests-response.php	(working copy)
@@ -144,7 +144,7 @@
 	/**
 	 * Check if an ArrayAccess offset exists.
 	 *
-	 * This is for backwards compatibility for array access.
+	 * This is for array access back-compat.
 	 *
 	 * @param string|int $key Array offset.
 	 * @return bool True if the offset exists, false otherwise.
@@ -157,7 +157,7 @@
 	/**
 	 * Get an ArrayAccess value.
 	 *
-	 * This is for backwards compatibility for array access.
+	 * This is for array access back-compat.
 	 *
 	 * @param string|int $key Array offset to get.
 	 * @return mixed Value if the key is a valid offset, null if invalid.
@@ -189,7 +189,7 @@
 	/**
 	 * Set an ArrayAccess value.
 	 *
-	 * This is for backwards compatibility for array access.
+	 * This is for array access back-compat.
 	 *
 	 * @param string|int $key Array offset to set.
 	 * @param mixed $value Value to set.
@@ -219,7 +219,7 @@
 	/**
 	 * Unset an ArrayAccess value.
 	 *
-	 * This is for backwards compatibility for array access.
+	 * This is for array access back-compat.
 	 *
 	 * @param string|int $key Array offset to remove.
 	 */
Index: src/wp-includes/class-wp-http-streams.php
===================================================================
--- src/wp-includes/class-wp-http-streams.php	(revision 37430)
+++ src/wp-includes/class-wp-http-streams.php	(working copy)
@@ -415,7 +415,7 @@
 /**
  * Deprecated HTTP Transport method which used fsockopen.
  *
- * This class is not used, and is included for backwards compatibility only.
+ * This class is not used, and is included for backward compatibility only.
  * All code should make use of WP_Http directly through its API.
  *
  * @see WP_HTTP::request
@@ -424,5 +424,5 @@
  * @deprecated 3.7.0 Please use WP_HTTP::request() directly
  */
 class WP_HTTP_Fsockopen extends WP_HTTP_Streams {
-	// For backwards compatibility for users who are using the class directly.
+	// For backward compatibility for users who are using the class directly.
 }
Index: src/wp-includes/class-wp-image-editor-imagick.php
===================================================================
--- src/wp-includes/class-wp-image-editor-imagick.php	(revision 37430)
+++ src/wp-includes/class-wp-image-editor-imagick.php	(working copy)
@@ -343,7 +343,7 @@
 			 * Use resizeImage() when it's available and a valid filter value is set.
 			 * Otherwise, fall back to the scaleImage() method for resizing, which
 			 * results in better image quality over resizeImage() with default filter
-			 * settings and retains backwards compatibility with pre 4.5 functionality.
+			 * settings and retains backward compatibility with pre 4.5 functionality.
 			 */
 			if ( is_callable( array( $this->image, 'resizeImage' ) ) && $filter ) {
 				$this->image->setOption( 'filter:support', '2.0' );
Index: src/wp-includes/class-wp-image-editor.php
===================================================================
--- src/wp-includes/class-wp-image-editor.php	(revision 37430)
+++ src/wp-includes/class-wp-image-editor.php	(working copy)
@@ -276,7 +276,7 @@
 			}
 		}
 
-		// Allow 0, but squash to 1 due to identical images in GD, and for backwards compatibility.
+		// Allow 0, but squash to 1 due to identical images in GD, and for backward compatibility.
 		if ( 0 === $quality ) {
 			$quality = 1;
 		}
Index: src/wp-includes/class-wp-rewrite.php
===================================================================
--- src/wp-includes/class-wp-rewrite.php	(revision 37430)
+++ src/wp-includes/class-wp-rewrite.php	(working copy)
@@ -1743,7 +1743,7 @@
 	 * }
 	 */
 	public function add_permastruct( $name, $struct, $args = array() ) {
-		// Backwards compatibility for the old parameters: $with_front and $ep_mask.
+		// Back-compat for the old parameters: $with_front and $ep_mask.
 		if ( ! is_array( $args ) )
 			$args = array( 'with_front' => $args );
 		if ( func_num_args() == 4 )
Index: src/wp-includes/class-wp-roles.php
===================================================================
--- src/wp-includes/class-wp-roles.php	(revision 37430)
+++ src/wp-includes/class-wp-roles.php	(working copy)
@@ -79,7 +79,7 @@
 	}
 
 	/**
-	 * Make private/protected methods readable for backwards compatibility.
+	 * Make private/protected methods readable for backward compatibility.
 	 *
 	 * @since 4.0.0
 	 * @access public
Index: src/wp-includes/class-wp-theme.php
===================================================================
--- src/wp-includes/class-wp-theme.php	(revision 37430)
+++ src/wp-includes/class-wp-theme.php	(working copy)
@@ -447,8 +447,10 @@
 		switch ( $offset ) {
 			case 'Name' :
 			case 'Title' :
-				// See note above about using translated data. get() is not ideal.
-				// It is only for backwards compatibility. Use display().
+				/*
+				 * See note above about using translated data. get() is not ideal.
+				 * It is only for backward compatibility. Use display().
+				 */
 				return $this->get('Name');
 			case 'Author' :
 				return $this->display( 'Author');
Index: src/wp-includes/class-wp-user-query.php
===================================================================
--- src/wp-includes/class-wp-user-query.php	(revision 37430)
+++ src/wp-includes/class-wp-user-query.php	(working copy)
@@ -736,7 +736,7 @@
 	}
 
 	/**
-	 * Make private properties readable for backwards compatibility.
+	 * Make private properties readable for backward compatibility.
 	 *
 	 * @since 4.0.0
 	 * @access public
@@ -751,7 +751,7 @@
 	}
 
 	/**
-	 * Make private properties settable for backwards compatibility.
+	 * Make private properties settable for backward compatibility.
 	 *
 	 * @since 4.0.0
 	 * @access public
@@ -767,7 +767,7 @@
 	}
 
 	/**
-	 * Make private properties checkable for backwards compatibility.
+	 * Make private properties checkable for backward compatibility.
 	 *
 	 * @since 4.0.0
 	 * @access public
@@ -782,7 +782,7 @@
 	}
 
 	/**
-	 * Make private properties un-settable for backwards compatibility.
+	 * Make private properties un-settable for backward compatibility.
 	 *
 	 * @since 4.0.0
 	 * @access public
@@ -796,7 +796,7 @@
 	}
 
 	/**
-	 * Make private/protected methods readable for backwards compatibility.
+	 * Make private/protected methods readable for backward compatibility.
 	 *
 	 * @since 4.0.0
 	 * @access public
Index: src/wp-includes/class-wp-user.php
===================================================================
--- src/wp-includes/class-wp-user.php	(revision 37430)
+++ src/wp-includes/class-wp-user.php	(working copy)
@@ -242,7 +242,7 @@
 	}
 
 	/**
-	 * Makes private/protected methods readable for backwards compatibility.
+	 * Makes private/protected methods readable for backward compatibility.
 	 *
 	 * @since 4.3.0
 	 * @access public
Index: src/wp-includes/class-wp-walker.php
===================================================================
--- src/wp-includes/class-wp-walker.php	(revision 37430)
+++ src/wp-includes/class-wp-walker.php	(working copy)
@@ -139,7 +139,7 @@
 		//display this element
 		$this->has_children = ! empty( $children_elements[ $id ] );
 		if ( isset( $args[0] ) && is_array( $args[0] ) ) {
-			$args[0]['has_children'] = $this->has_children; // Backwards compatibility.
+			$args[0]['has_children'] = $this->has_children; // Back-compat.
 		}
 
 		$cb_args = array_merge( array(&$output, $element, $depth), $args);
@@ -386,7 +386,7 @@
 	 *
 	 * @since 2.7.0
 	 * @access public
-	 * 
+	 *
 	 * @param array $elements Elements to list.
 	 * @return int Number of root elements.
 	 */
Index: src/wp-includes/class-wp-xmlrpc-server.php
===================================================================
--- src/wp-includes/class-wp-xmlrpc-server.php	(revision 37430)
+++ src/wp-includes/class-wp-xmlrpc-server.php	(working copy)
@@ -171,7 +171,7 @@
 	}
 
 	/**
-	 * Make private/protected methods readable for backwards compatibility.
+	 * Make private/protected methods readable for backward compatibility.
 	 *
 	 * @since 4.0.0
 	 * @access public
Index: src/wp-includes/comment-template.php
===================================================================
--- src/wp-includes/comment-template.php	(revision 37430)
+++ src/wp-includes/comment-template.php	(working copy)
@@ -704,7 +704,7 @@
 
 	$comment = get_comment($comment);
 
-	// Backwards compat
+	// Back-compat.
 	if ( ! is_array( $args ) ) {
 		$args = array( 'page' => $args );
 	}
Index: src/wp-includes/css/buttons.css
===================================================================
--- src/wp-includes/css/buttons.css	(revision 37430)
+++ src/wp-includes/css/buttons.css	(working copy)
@@ -8,7 +8,7 @@
 
 WordPress-style Buttons
 =======================
-Create a button by adding the `.button` class to an element. For backwards
+Create a button by adding the `.button` class to an element. For backward
 compatibility, we support several other classes (such as `.button-secondary`),
 but these will *not* work with the stackable classes described below.
 
Index: src/wp-includes/deprecated.php
===================================================================
--- src/wp-includes/deprecated.php	(revision 37430)
+++ src/wp-includes/deprecated.php	(working copy)
@@ -2061,7 +2061,7 @@
  */
 function wp_specialchars( $string, $quote_style = ENT_NOQUOTES, $charset = false, $double_encode = false ) {
 	_deprecated_function( __FUNCTION__, '2.8', 'esc_html()' );
-	if ( func_num_args() > 1 ) { // Maintain backwards compat for people passing additional args
+	if ( func_num_args() > 1 ) { // Maintain back-compat for people passing additional arguments.
 		$args = func_get_args();
 		return call_user_func_array( '_wp_specialchars', $args );
 	} else {
@@ -2085,14 +2085,14 @@
 }
 
 /**
- * Register widget for sidebar with backwards compatibility.
+ * Register widget for sidebar with backward compatibility.
  *
  * Allows $name to be an array that accepts either three elements to grab the
  * first element and the third for the name or just uses the first element of
  * the array for the name.
  *
- * Passes to {@link wp_register_sidebar_widget()} after argument list and
- * backwards compatibility is complete.
+ * Passes to wp_register_sidebar_widget() after argument list and backward
+ * compatibility is complete.
  *
  * @since 2.2.0
  * @deprecated 2.8.0 Use wp_register_sidebar_widget()
Index: src/wp-includes/formatting.php
===================================================================
--- src/wp-includes/formatting.php	(revision 37430)
+++ src/wp-includes/formatting.php	(working copy)
@@ -934,7 +934,7 @@
 
 	$string = @htmlspecialchars( $string, $quote_style, $charset, $double_encode );
 
-	// Backwards compatibility
+	// Back-compat.
 	if ( 'single' === $_quote_style )
 		$string = str_replace( "'", '&#039;', $string );
 
Index: src/wp-includes/functions.php
===================================================================
--- src/wp-includes/functions.php	(revision 37430)
+++ src/wp-includes/functions.php	(working copy)
@@ -1849,7 +1849,8 @@
  * @uses _wp_upload_dir()
  *
  * @param string $time Optional. Time formatted in 'yyyy/mm'. Default null.
- * @param bool   $create_dir Optional. Whether to check and create the uploads directory. Default true (backwards compatible).
+ * @param bool   $create_dir Optional. Whether to check and create the uploads directory.
+ *                           Default true for backward compatibility.
  * @param bool   $refresh_cache Optional. Whether to refresh the cache. Default false.
  * @return array See above for description.
  */
Index: src/wp-includes/general-template.php
===================================================================
--- src/wp-includes/general-template.php	(revision 37430)
+++ src/wp-includes/general-template.php	(working copy)
@@ -1074,7 +1074,7 @@
  * or the page title. However, it is mostly common sense to have the blog title
  * to the right with most browsers supporting tabs. You can achieve this by
  * using the seplocation parameter and setting the value to 'right'. This change
- * was introduced around 2.5.0, in case backwards compatibility of themes is
+ * was introduced around 2.5.0, in case backward compatibility of themes is
  * important.
  *
  * @since 1.0.0
Index: src/wp-includes/js/wp-util.js
===================================================================
--- src/wp-includes/js/wp-util.js	(revision 37430)
+++ src/wp-includes/js/wp-util.js	(working copy)
@@ -96,8 +96,7 @@
 
 				// Use with PHP's wp_send_json_success() and wp_send_json_error()
 				deferred.jqXHR = $.ajax( options ).done( function( response ) {
-					// Treat a response of `1` as successful for backwards
-					// compatibility with existing handlers.
+					// Treat a response of 1 as successful for backward compatibility with existing handlers.
 					if ( response === '1' || response === 1 )
 						response = { success: true };
 
Index: src/wp-includes/load.php
===================================================================
--- src/wp-includes/load.php	(revision 37430)
+++ src/wp-includes/load.php	(working copy)
@@ -331,7 +331,7 @@
 			 */
 			define( 'WP_LANG_DIR', WP_CONTENT_DIR . '/languages' );
 			if ( !defined( 'LANGDIR' ) ) {
-				// Old static relative path maintained for limited backwards compatibility - won't work in some cases
+				// Old static relative path maintained for limited backward compatibility - won't work in some cases.
 				define( 'LANGDIR', 'wp-content/languages' );
 			}
 		} else {
@@ -344,7 +344,7 @@
 			 */
 			define( 'WP_LANG_DIR', ABSPATH . WPINC . '/languages' );
 			if ( !defined( 'LANGDIR' ) ) {
-				// Old relative path maintained for backwards compatibility
+				// Old relative path maintained for backward compatibility.
 				define( 'LANGDIR', WPINC . '/languages' );
 			}
 		}
Index: src/wp-includes/locale.php
===================================================================
--- src/wp-includes/locale.php	(revision 37430)
+++ src/wp-includes/locale.php	(working copy)
@@ -332,9 +332,11 @@
 	}
 
 	/**
-	 * Global variables are deprecated. For backwards compatibility only.
+	 * Global variables are deprecated.
 	 *
-	 * @deprecated For backwards compatibility only.
+	 * For backward compatibility only.
+	 *
+	 * @deprecated For backward compatibility only.
 	 * @access private
 	 *
 	 * @global array $weekday
Index: src/wp-includes/query.php
===================================================================
--- src/wp-includes/query.php	(revision 37430)
+++ src/wp-includes/query.php	(working copy)
@@ -4123,7 +4123,7 @@
 	}
 
 	/**
-	 * Make private properties readable for backwards compatibility.
+	 * Make private properties readable for backward compatibility.
 	 *
 	 * @since 4.0.0
 	 * @access public
@@ -4138,7 +4138,7 @@
 	}
 
 	/**
-	 * Make private properties checkable for backwards compatibility.
+	 * Make private properties checkable for backward compatibility.
 	 *
 	 * @since 4.0.0
 	 * @access public
@@ -4153,7 +4153,7 @@
 	}
 
 	/**
-	 * Make private/protected methods readable for backwards compatibility.
+	 * Make private/protected methods readable for backward compatibility.
 	 *
 	 * @since 4.0.0
 	 * @access public
Index: src/wp-includes/rest-api/class-wp-rest-response.php
===================================================================
--- src/wp-includes/rest-api/class-wp-rest-response.php	(revision 37430)
+++ src/wp-includes/rest-api/class-wp-rest-response.php	(working copy)
@@ -293,7 +293,7 @@
 		 *
 		 * Well-behaved clients should expand and normalise these back to their
 		 * full URI relation, however some naive clients may not resolve these
-		 * correctly, so adding new CURIEs may break backwards compatibility.
+		 * correctly, so adding new CURIEs may break backward compatibility.
 		 *
 		 * @since 4.5.0
 		 *
Index: src/wp-includes/rewrite.php
===================================================================
--- src/wp-includes/rewrite.php	(revision 37430)
+++ src/wp-includes/rewrite.php	(working copy)
@@ -202,7 +202,7 @@
 function add_permastruct( $name, $struct, $args = array() ) {
 	global $wp_rewrite;
 
-	// backwards compatibility for the old parameters: $with_front and $ep_mask
+	// Back-compat for the old parameters: $with_front and $ep_mask.
 	if ( ! is_array( $args ) )
 		$args = array( 'with_front' => $args );
 	if ( func_num_args() == 4 )
Index: src/wp-includes/taxonomy.php
===================================================================
--- src/wp-includes/taxonomy.php	(revision 37430)
+++ src/wp-includes/taxonomy.php	(working copy)
@@ -14,7 +14,7 @@
  * Creates the initial taxonomies.
  *
  * This function fires twice: in wp-settings.php before plugins are loaded (for
- * backwards compatibility reasons), and again on the {@see 'init'} action. We must
+ * backward compatibility reasons), and again on the {@see 'init'} action. We must
  * avoid registering rewrite rules before the {@see 'init'} action.
  *
  * @since 2.8.0
@@ -2197,7 +2197,7 @@
 	$defaults = array('hide_empty' => false);
 	$args = wp_parse_args($args, $defaults);
 
-	// backwards compatibility
+	// backward compatibility
 	if ( isset($args['ignore_empty']) ) {
 		$args['hide_empty'] = $args['ignore_empty'];
 		unset($args['ignore_empty']);
Index: src/wp-includes/theme-compat/comments.php
===================================================================
--- src/wp-includes/theme-compat/comments.php	(revision 37430)
+++ src/wp-includes/theme-compat/comments.php	(working copy)
@@ -4,7 +4,7 @@
  * @subpackage Theme_Compat
  * @deprecated 3.0
  *
- * This file is here for Backwards compatibility with old themes and will be removed in a future version
+ * This file is here for backward compatibility with old themes and will be removed in a future version
  *
  */
 _deprecated_file(
Index: src/wp-includes/theme-compat/footer.php
===================================================================
--- src/wp-includes/theme-compat/footer.php	(revision 37430)
+++ src/wp-includes/theme-compat/footer.php	(working copy)
@@ -4,8 +4,7 @@
  * @subpackage Theme_Compat
  * @deprecated 3.0
  *
- * This file is here for Backwards compatibility with old themes and will be removed in a future version
- *
+ * This file is here for backward compatibility with old themes and will be removed in a future version
  */
 _deprecated_file(
 	/* translators: %s: template name */
Index: src/wp-includes/theme-compat/header.php
===================================================================
--- src/wp-includes/theme-compat/header.php	(revision 37430)
+++ src/wp-includes/theme-compat/header.php	(working copy)
@@ -4,8 +4,7 @@
  * @subpackage Theme_Compat
  * @deprecated 3.0
  *
- * This file is here for Backwards compatibility with old themes and will be removed in a future version
- *
+ * This file is here for backward compatibility with old themes and will be removed in a future version.
  */
 _deprecated_file(
 	/* translators: %s: template name */
Index: src/wp-includes/theme-compat/sidebar.php
===================================================================
--- src/wp-includes/theme-compat/sidebar.php	(revision 37430)
+++ src/wp-includes/theme-compat/sidebar.php	(working copy)
@@ -4,8 +4,7 @@
  * @subpackage Theme_Compat
  * @deprecated 3.0
  *
- * This file is here for Backwards compatibility with old themes and will be removed in a future version
- *
+ * This file is here for backward compatibility with old themes and will be removed in a future version.
  */
 _deprecated_file(
 	/* translators: %s: template name */
Index: src/wp-includes/theme.php
===================================================================
--- src/wp-includes/theme.php	(revision 37430)
+++ src/wp-includes/theme.php	(working copy)
@@ -664,7 +664,7 @@
  * Switches the theme.
  *
  * Accepts one argument: $stylesheet of the theme. It also accepts an additional function signature
- * of two arguments: $template then $stylesheet. This is for backwards compatibility.
+ * of two arguments: $template then $stylesheet. This is for backward compatibility.
  *
  * @since 2.5.0
  *
@@ -1634,7 +1634,7 @@
 			// the constant is always accurate (and is not defined later,  overriding our value).
 			// As stated above, the first value wins.
 			// Once we get to wp_loaded (just-in-time), define any constants we haven't already.
-			// Constants are lame. Don't reference them. This is just for backwards compatibility.
+			// Constants are lame. Don't reference them. This is just for backward compatibility.
 
 			if ( defined( 'NO_HEADER_TEXT' ) )
 				$args[0]['header-text'] = ! NO_HEADER_TEXT;
Index: src/wp-includes/wp-db.php
===================================================================
--- src/wp-includes/wp-db.php	(revision 37430)
+++ src/wp-includes/wp-db.php	(working copy)
@@ -685,7 +685,7 @@
 	}
 
 	/**
-	 * Magic function, for backwards compatibility.
+	 * Magic function, for backward compatibility.
 	 *
 	 * @since 3.5.0
 	 *
@@ -705,7 +705,7 @@
 	}
 
 	/**
-	 * Magic function, for backwards compatibility.
+	 * Magic function, for backward compatibility.
 	 *
 	 * @since 3.5.0
 	 *
@@ -718,7 +718,7 @@
 	}
 
 	/**
-	 * Magic function, for backwards compatibility.
+	 * Magic function, for backward compatibility.
 	 *
 	 * @since 3.5.0
 	 *
Index: src/wp-includes/wp-diff.php
===================================================================
--- src/wp-includes/wp-diff.php	(revision 37430)
+++ src/wp-includes/wp-diff.php	(working copy)
@@ -458,7 +458,7 @@
 	}
 
 	/**
-	 * Make private properties readable for backwards compatibility.
+	 * Make private properties readable for backward compatibility.
 	 *
 	 * @since 4.0.0
 	 * @access public
@@ -473,7 +473,7 @@
 	}
 
 	/**
-	 * Make private properties settable for backwards compatibility.
+	 * Make private properties settable for backward compatibility.
 	 *
 	 * @since 4.0.0
 	 * @access public
@@ -489,7 +489,7 @@
 	}
 
 	/**
-	 * Make private properties checkable for backwards compatibility.
+	 * Make private properties checkable for backward compatibility.
 	 *
 	 * @since 4.0.0
 	 * @access public
@@ -504,7 +504,7 @@
 	}
 
 	/**
-	 * Make private properties un-settable for backwards compatibility.
+	 * Make private properties un-settable for backward compatibility.
 	 *
 	 * @since 4.0.0
 	 * @access public
