From 4c029e870e3d01d7e49b695e6a625cb755b7a80a Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sat, 9 Jul 2016 16:50:35 +0000 Subject: [PATCH] Docs: Link the 4.6 changelog entry in the DocBlock for `register_meta()` to its corresponding dev note on make/core. h/t ocean90. See #35658. See #37318. Built from https://develop.svn.wordpress.org/trunk@38027 git-svn-id: http://core.svn.wordpress.org/trunk@37968 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/meta.php | 3 ++- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/wp-includes/meta.php b/wp-includes/meta.php index 2ea8aeab18..dfc0695818 100644 --- a/wp-includes/meta.php +++ b/wp-includes/meta.php @@ -986,7 +986,8 @@ function sanitize_meta( $meta_key, $meta_value, $object_type, $object_subtype = * Registers a meta key. * * @since 3.3.0 - * @since 4.6.0 Modified to support an array of data to attach to registered meta keys. Previous arguments for + * @since 4.6.0 {@link https://make.wordpress.org/core/2016/07/08/enhancing-register_meta-in-4-6/ Modified + * to support an array of data to attach to registered meta keys}. Previous arguments for * `$sanitize_callback` and `$auth_callback` have been folded into this array. * * @param string $object_type Type of object this meta is registered to. diff --git a/wp-includes/version.php b/wp-includes/version.php index 3b50f83d93..8c1f48bf40 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-beta2-38026'; +$wp_version = '4.6-beta2-38027'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.