diff --git a/wp-includes/meta.php b/wp-includes/meta.php index 5a0f9d96c7..73b883d10b 100644 --- a/wp-includes/meta.php +++ b/wp-includes/meta.php @@ -1078,7 +1078,7 @@ function delete_metadata_by_mid( $meta_type, $meta_id ) { * * @since 3.4.0 * - * @param int $meta_ids Deleted metadata entry ID. + * @param int $meta_id Deleted metadata entry ID. */ do_action( "deleted_{$meta_type}meta", $meta_id ); } diff --git a/wp-includes/version.php b/wp-includes/version.php index 3b2ba8f30a..fb64471b8d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-RC1-54509'; +$wp_version = '6.1-RC1-54510'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.