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.