Docs: Correct spelling in various comments and DocBlocks, per the conventions in Core Contributor Handbook.

Props man4toman, samanehmirrajabi.
Fixes #45857.

git-svn-id: https://develop.svn.wordpress.org/trunk@45232 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2019-04-17 13:26:00 +00:00
parent 7d6c912f16
commit da32612242
9 changed files with 13 additions and 13 deletions

View File

@ -2218,7 +2218,7 @@ function wp_privacy_generate_personal_data_export_file( $request_id ) {
} }
$title = sprintf( $title = sprintf(
/* translators: %s: user's e-mail address */ /* translators: %s: user's email address */
__( 'Personal Data Export for %s' ), __( 'Personal Data Export for %s' ),
$email_address $email_address
); );

View File

@ -15,11 +15,11 @@ if ( ! class_exists( 'Services_JSON' ) ) :
* ideal data-interchange language. * ideal data-interchange language.
* *
* This package provides a simple encoder and decoder for JSON notation. It * This package provides a simple encoder and decoder for JSON notation. It
* is intended for use with client-side Javascript applications that make * is intended for use with client-side JavaScript applications that make
* use of HTTPRequest to perform server communication functions - data can * use of HTTPRequest to perform server communication functions - data can
* be encoded into JSON notation for use in a client-side javascript, or * be encoded into JSON notation for use in a client-side javaScript, or
* decoded from incoming Javascript requests. JSON format is native to * decoded from incoming JavaScript requests. JSON format is native to
* Javascript, and can be directly eval()'ed with no further parsing * JavaScript, and can be directly eval()'ed with no further parsing
* overhead * overhead
* *
* All strings should be in ASCII or UTF-8 format! * All strings should be in ASCII or UTF-8 format!

View File

@ -3647,7 +3647,7 @@ final class WP_Customize_Manager {
* @type string $capability Capability required for the setting. Default 'edit_theme_options' * @type string $capability Capability required for the setting. Default 'edit_theme_options'
* @type string|array $theme_supports Theme features required to support the panel. Default is none. * @type string|array $theme_supports Theme features required to support the panel. Default is none.
* @type string $default Default value for the setting. Default is empty string. * @type string $default Default value for the setting. Default is empty string.
* @type string $transport Options for rendering the live preview of changes in Theme Customizer. * @type string $transport Options for rendering the live preview of changes in Customizer.
* Using 'refresh' makes the change visible by reloading the whole preview. * Using 'refresh' makes the change visible by reloading the whole preview.
* Using 'postMessage' allows a custom JavaScript to handle live changes. * Using 'postMessage' allows a custom JavaScript to handle live changes.
* @link https://developer.wordpress.org/themes/customize-api * @link https://developer.wordpress.org/themes/customize-api

View File

@ -66,9 +66,9 @@ class WP_Customize_Setting {
public $default = ''; public $default = '';
/** /**
* Options for rendering the live preview of changes in Theme Customizer. * Options for rendering the live preview of changes in Customizer.
* *
* Set this value to 'postMessage' to enable a custom Javascript handler to render changes to this setting * Set this value to 'postMessage' to enable a custom JavaScript handler to render changes to this setting
* as opposed to reloading the whole page. * as opposed to reloading the whole page.
* *
* @link https://developer.wordpress.org/themes/customize-api * @link https://developer.wordpress.org/themes/customize-api

View File

@ -315,7 +315,7 @@ final class WP_Site {
if ( false === $details ) { if ( false === $details ) {
switch_to_blog( $this->blog_id ); switch_to_blog( $this->blog_id );
// Create a raw copy of the object for backwards compatibility with the filter below. // Create a raw copy of the object for backward compatibility with the filter below.
$details = new stdClass(); $details = new stdClass();
foreach ( get_object_vars( $this ) as $key => $value ) { foreach ( get_object_vars( $this ) as $key => $value ) {
$details->$key = $value; $details->$key = $value;

View File

@ -733,7 +733,7 @@ function image_get_intermediate_size( $post_id, $size = 'thumbnail' ) {
$data = array_shift( $candidates ); $data = array_shift( $candidates );
/* /*
* When the size requested is smaller than the thumbnail dimensions, we * When the size requested is smaller than the thumbnail dimensions, we
* fall back to the thumbnail size to maintain backwards compatibility with * fall back to the thumbnail size to maintain backward compatibility with
* pre 4.6 versions of WordPress. * pre 4.6 versions of WordPress.
*/ */
} elseif ( ! empty( $imagedata['sizes']['thumbnail'] ) && $imagedata['sizes']['thumbnail']['width'] >= $size[0] && $imagedata['sizes']['thumbnail']['width'] >= $size[1] ) { } elseif ( ! empty( $imagedata['sizes']['thumbnail'] ) && $imagedata['sizes']['thumbnail']['width'] >= $size[0] && $imagedata['sizes']['thumbnail']['width'] >= $size[1] ) {

View File

@ -1083,7 +1083,7 @@ function wp_default_scripts( &$scripts ) {
$scripts->add( 'jquery-table-hotkeys', "/wp-includes/js/jquery/jquery.table-hotkeys$suffix.js", array( 'jquery', 'jquery-hotkeys' ), false, 1 ); $scripts->add( 'jquery-table-hotkeys', "/wp-includes/js/jquery/jquery.table-hotkeys$suffix.js", array( 'jquery', 'jquery-hotkeys' ), false, 1 );
$scripts->add( 'jquery-touch-punch', '/wp-includes/js/jquery/jquery.ui.touch-punch.js', array( 'jquery-ui-widget', 'jquery-ui-mouse' ), '0.2.2', 1 ); $scripts->add( 'jquery-touch-punch', '/wp-includes/js/jquery/jquery.ui.touch-punch.js', array( 'jquery-ui-widget', 'jquery-ui-mouse' ), '0.2.2', 1 );
// Not used any more, registered for backwards compatibility. // Not used any more, registered for backward compatibility.
$scripts->add( 'suggest', "/wp-includes/js/jquery/suggest$suffix.js", array( 'jquery' ), '1.1-20110113', 1 ); $scripts->add( 'suggest', "/wp-includes/js/jquery/suggest$suffix.js", array( 'jquery' ), '1.1-20110113', 1 );
// Masonry v2 depended on jQuery. v3 does not. The older jquery-masonry handle is a shiv. // Masonry v2 depended on jQuery. v3 does not. The older jquery-masonry handle is a shiv.

View File

@ -3285,7 +3285,7 @@ function _wp_keep_alive_customize_changeset_dependent_auto_drafts( $new_status,
* it is now a persistent changeset, a long-lived draft, and so any * it is now a persistent changeset, a long-lived draft, and so any
* associated auto-draft posts should likewise transition into having a draft * associated auto-draft posts should likewise transition into having a draft
* status. These drafts will be treated differently than regular drafts in * status. These drafts will be treated differently than regular drafts in
* that they will be tied to the given changeset. The publish metabox is * that they will be tied to the given changeset. The publish meta box is
* replaced with a notice about how the post is part of a set of customized changes * replaced with a notice about how the post is part of a set of customized changes
* which will be published when the changeset is published. * which will be published when the changeset is published.
*/ */

View File

@ -1335,7 +1335,7 @@ class wpdb {
* If a %s placeholder already has quotes around it, removing the existing quotes and re-inserting them * If a %s placeholder already has quotes around it, removing the existing quotes and re-inserting them
* ensures the quotes are consistent. * ensures the quotes are consistent.
* *
* For backwards compatibility, this is only applied to %s, and not to placeholders like %1$s, which are frequently * For backward compatibility, this is only applied to %s, and not to placeholders like %1$s, which are frequently
* used in the middle of longer strings, or as table name placeholders. * used in the middle of longer strings, or as table name placeholders.
*/ */
$query = str_replace( "'%s'", '%s', $query ); // Strip any existing single quotes. $query = str_replace( "'%s'", '%s', $query ); // Strip any existing single quotes.