From 1aae56f53a73217dbfee7b92a8a800ad4fd95a79 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Tue, 1 Nov 2016 06:54:34 +0000 Subject: [PATCH] Update link in register_meta about 4.6 changes The blog post, while originally canonical, was later updated to include additional changes. The ticket includes all the changes and alot of rational for why things changed. Props Mista-Flo, DrewAPicture, morganestes. Fixes #38254. Built from https://develop.svn.wordpress.org/trunk@39066 git-svn-id: http://core.svn.wordpress.org/trunk@39008 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/meta.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/meta.php b/wp-includes/meta.php index b7ea2af9f4..cfb9d95a9e 100644 --- a/wp-includes/meta.php +++ b/wp-includes/meta.php @@ -964,7 +964,7 @@ function sanitize_meta( $meta_key, $meta_value, $object_type ) { * Registers a meta key. * * @since 3.3.0 - * @since 4.6.0 {@link https://make.wordpress.org/core/2016/07/08/enhancing-register_meta-in-4-6/ Modified + * @since 4.6.0 {@link https://core.trac.wordpress.org/ticket/35658 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. * diff --git a/wp-includes/version.php b/wp-includes/version.php index fa8006b6c7..8992666330 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-beta1-39065'; +$wp_version = '4.7-beta1-39066'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.