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. */