From 3aba622692c7a3f41b55a9e63dd5c6df04911cc1 Mon Sep 17 00:00:00 2001 From: "K. Adam White" Date: Mon, 23 Jul 2018 17:13:40 +0000 Subject: [PATCH] Docs: Add `$object_subtype` param documentation for `sanitize_meta()`. Props timothyblynjacobs. See #38323. git-svn-id: https://develop.svn.wordpress.org/trunk@43521 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/meta.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-includes/meta.php b/src/wp-includes/meta.php index 30b82bbabf..7d44fe6222 100644 --- a/src/wp-includes/meta.php +++ b/src/wp-includes/meta.php @@ -979,6 +979,7 @@ function is_protected_meta( $meta_key, $meta_type = null ) { * @param string $meta_key Meta key. * @param mixed $meta_value Meta value to sanitize. * @param string $object_type Type of object the meta is registered to. + * @param string $object_subtype Optional. The subtype of the object type. * * @return mixed Sanitized $meta_value. */