From 105b321283834c82c66dc3085a37c824b5167a2e Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Thu, 20 Oct 2022 18:25:12 +0000 Subject: [PATCH] Docs: Add missing default parameter value in themes_api() docblock. Previously: [54655] [54657] Props rezakhan995, costdev. Fixes #56862. See #56792. Built from https://develop.svn.wordpress.org/trunk@54659 git-svn-id: http://core.svn.wordpress.org/trunk@54211 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/theme.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/theme.php b/wp-admin/includes/theme.php index 177eb44cf9..020927a154 100644 --- a/wp-admin/includes/theme.php +++ b/wp-admin/includes/theme.php @@ -442,7 +442,7 @@ function get_theme_feature_list( $api = true ) { * @param string $action API action to perform: 'query_themes', 'theme_information', * 'hot_tags' or 'feature_list'. * @param array|object $args { - * Optional. Array or object of arguments to serialize for the Themes API. + * Optional. Array or object of arguments to serialize for the Themes API. Default empty array. * * @type string $slug The theme slug. Default empty. * @type int $per_page Number of themes per page. Default 24. diff --git a/wp-includes/version.php b/wp-includes/version.php index 07e43d606e..f2351e8e06 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-54658'; +$wp_version = '6.2-alpha-54659'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.