From 55f2881138bb3c854fe1e8916b18220db359eb69 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Wed, 1 Nov 2023 15:15:16 +0000 Subject: [PATCH] Docs: Correct some docblock formatting errors. Reviewed by hellofromTonya. Merges [57046] to the 6.4 branch. Fixes #59784 Built from https://develop.svn.wordpress.org/branches/6.4@57047 git-svn-id: http://core.svn.wordpress.org/branches/6.4@56558 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-term-query.php | 2 +- wp-includes/functions.wp-scripts.php | 16 ++++++++-------- wp-includes/version.php | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/wp-includes/class-wp-term-query.php b/wp-includes/class-wp-term-query.php index fc6e950c21..1fa73d48ab 100644 --- a/wp-includes/class-wp-term-query.php +++ b/wp-includes/class-wp-term-query.php @@ -179,7 +179,7 @@ class WP_Term_Query { * Default false. * @type string $cache_domain Unique cache key to be produced when this query is stored in * an object cache. Default 'core'. - * @type bool $cache_results Whether to cache term information. Default true. + * @type bool $cache_results Whether to cache term information. Default true. * @type bool $update_term_meta_cache Whether to prime meta caches for matched terms. Default true. * @type string|string[] $meta_key Meta key or keys to filter by. * @type string|string[] $meta_value Meta value or values to filter by. diff --git a/wp-includes/functions.wp-scripts.php b/wp-includes/functions.wp-scripts.php index 269e875e80..1207502c44 100644 --- a/wp-includes/functions.wp-scripts.php +++ b/wp-includes/functions.wp-scripts.php @@ -168,11 +168,11 @@ function wp_add_inline_script( $handle, $data, $position = 'after' ) { * number is automatically added equal to current installed WordPress version. * If set to null, no version is added. * @param array|bool $args { - * Optional. An array of additional script loading strategies. Default empty array. - * Otherwise, it may be a boolean in which case it determines whether the script is printed in the footer. Default false. + * Optional. An array of additional script loading strategies. Default empty array. + * Otherwise, it may be a boolean in which case it determines whether the script is printed in the footer. Default false. * - * @type string $strategy Optional. If provided, may be either 'defer' or 'async'. - * @type bool $in_footer Optional. Whether to print the script in the footer. Default 'false'. + * @type string $strategy Optional. If provided, may be either 'defer' or 'async'. + * @type bool $in_footer Optional. Whether to print the script in the footer. Default 'false'. * } * @return bool Whether the script has been registered. True on success, false on failure. */ @@ -355,11 +355,11 @@ function wp_deregister_script( $handle ) { * number is automatically added equal to current installed WordPress version. * If set to null, no version is added. * @param array|bool $args { - * Optional. An array of additional script loading strategies. Default empty array. - * Otherwise, it may be a boolean in which case it determines whether the script is printed in the footer. Default false. + * Optional. An array of additional script loading strategies. Default empty array. + * Otherwise, it may be a boolean in which case it determines whether the script is printed in the footer. Default false. * - * @type string $strategy Optional. If provided, may be either 'defer' or 'async'. - * @type bool $in_footer Optional. Whether to print the script in the footer. Default 'false'. + * @type string $strategy Optional. If provided, may be either 'defer' or 'async'. + * @type bool $in_footer Optional. Whether to print the script in the footer. Default 'false'. * } */ function wp_enqueue_script( $handle, $src = '', $deps = array(), $ver = false, $args = array() ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index 242faeb5ef..0ad9046dd5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-RC2-57045'; +$wp_version = '6.4-RC2-57047'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.