diff --git a/src/wp-includes/meta.php b/src/wp-includes/meta.php index b7ea2af9f4..cfb9d95a9e 100644 --- a/src/wp-includes/meta.php +++ b/src/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. *