Make WordPress Core


Ignore:
Timestamp:
07/23/2018 05:13:40 PM (7 years ago)
Author:
kadamwhite
Message:

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

Props timothyblynjacobs.

See #38323.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/meta.php

    r43520 r43521  
    980980 * @param mixed  $meta_value     Meta value to sanitize.
    981981 * @param string $object_type    Type of object the meta is registered to.
     982 * @param string $object_subtype Optional. The subtype of the object type.
    982983 *
    983984 * @return mixed Sanitized $meta_value.
Note: See TracChangeset for help on using the changeset viewer.