Docs: Add $object_subtype param documentation for sanitize_meta().

Props timothyblynjacobs.

See #38323.

Built from https://develop.svn.wordpress.org/trunk@43521


git-svn-id: http://core.svn.wordpress.org/trunk@43350 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
K. Adam White 2018-07-23 17:14:26 +00:00
parent a7735117b6
commit 5f7e85d589
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.0-alpha-43520';
$wp_version = '5.0-alpha-43521';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.