From ac9381b7c2d86fd58aabd9db68a6f5a0e126660e Mon Sep 17 00:00:00 2001 From: audrasjb Date: Thu, 24 Aug 2023 08:44:24 +0000 Subject: [PATCH] Docs: Add missing @param description in `WP_Comment` class. Props armondal, hztyfoon, SergeyBiryukov. Fixes #58890. See #58833. Built from https://develop.svn.wordpress.org/trunk@56433 git-svn-id: http://core.svn.wordpress.org/trunk@55945 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-comment.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/class-wp-comment.php b/wp-includes/class-wp-comment.php index 83d40a5261..996815939d 100644 --- a/wp-includes/class-wp-comment.php +++ b/wp-includes/class-wp-comment.php @@ -368,7 +368,7 @@ final class WP_Comment { * * @since 4.4.0 * - * @param string $name + * @param string $name Property name. * @return mixed */ public function __get( $name ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index e47ff87729..96999c63b1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-alpha-56430'; +$wp_version = '6.4-alpha-56433'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.